Hi, friends,
My target is AM62A. By obtaining the trace and comparing the results of each layer between the ONNX model and the TIDL model, I noticed that the convolution with a kernel size of 3, stride of 1, and padding of 0 (K3S1P0) has relatively low accuracy.
My ONNX model is
My TIDL SVG is
The results of cosine similarity are shown in the above figure.
Even after changing the features of these layers to 16-bit, I still couldn't achieve good results. Can you give me some suggestions to improve the accuracy?
Best Regards
Henry