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.

TDA4VM: tidl problem

Part Number: TDA4VM


Dear TI,

I have a private pytorch model,I converted it to caffe model, and there is a conv with kernel size = 3X3 , stride = 2, padding = 1 in this model, after import ,the imported model can be running in tda4 target, I modified the vision_apps/app_tidl to do my work. But the target's conv output is different from the  pytorch output. when I modified the padding to 0, the output is same.

I'm confused, please help me.