This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5749: How can I compare the traces between desktop caffe and tidl stats tool?

Part Number: AM5749

The inference result is different between desktop caffe and am5749. And I have change the number of bits for weights, but the result is still different. The guide said I should compare the intermediate results. And the stats tool generates some trace_*.y file and .bin file. Now, how can I get the intermediate results from caffe-jacinto and find the difference? And what's the trace_*.file?

Another question, if I have a single channle .bmp file, is it right to convert the .bmp file to .y file by following cmd?

convert code.bmp -separate +channel -swap 0,2 -combine -colorspace sRGB ./test_bgr.bmp
convert ./test_bgr.bmp -interplace plane BGR:SAMPLE_IMG.y