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.