Part Number: TDA4VM
Hello,
I encountered an issue while executing an ONNX model on the TDA4 board.
The problem is related to a 2D convolution operation that runs very slowly, around 130 ms, while it should take just few microseconds according to the simulator (see attached for simulation output)conv2D.zip
The operation has the following parameters:
- Input shape NCHW: 1x128x8x24
- 1x1 kernel shape with stride (2,2)
I attached a simple ONNX model which contains only this convolutional node in order to reproduce the issue.
Do you have any clue about that? May it be due to memory limitations of C7x DSP or due to a combination of parameters that is preferable to avoid?
Thanks,
Regards