Part Number: TDA2EVM5777
Hi FAE:
we are using the TIDL tools in the PROCESSOR_SDK_VISION_03_07_00_00. it performs well in the Mnist test which contains only convolution layer and ReLU layer in its convolution block. but when we use the tools in our model which cotains convolution, normalization, normalization scale and ReLU layers, the error increases rapidly after a few layers. we compare the trace dump in the tempDir directory with our caffe floating result and find some different. After the normalization scale layer, a few channels are negatived compared with the caffe result. that is, the maxium point of the caffe result corresponds to the minimum point in the TIDL trace dump. if we mutiply these channels by -1(XOR them with 0xFF), the following layer results seem to be improved. we wonder if this phenomenon is related with the bad result in our model. Would you please help us to improve the result.
Our model is in the attachment. the example channel is the layer 0 channel 4, the caffe result is in the directory \caffe_result_float, it is negative to the channel 4 of trace_dump_1_427x240.y.