Hi I have some problem about TIDL simulation.
The input of our model is 1x10x128x512 float raw data, not image. First, we test our model on TIDL in float32, and the output of TIDL is the same as pytorch. Then we test our model in int16, and we find that the output of TIDL is much different from pytorch. We think the problem is the input data. Because our input data is float32, so when testing float32 and int16 model in TIDL, the input will be different.
Can you give us some advise to deal with this problem? Do we need to set some extra commands when importing and testing TIDL model?