Cannot analyze ONNX model: INTERNAL ERROR: 'numpy.ndarray' object has no attribute 'get_shape_map'
Hi all, I am trying to benchmark a TCN (causal cnn)-model on an STM32u5, however, when using any of the AI-Tools (online, CubeIDE or CLI), the analysis step fails with the output:
ST Edge AI Core v1.0.0-19894
INTERNAL ERROR: 'numpy.ndarray' object has no attribute 'get_shape_map'
Which is sadly not helpful. The model is attached, it was converted to onnx from pytorch (or rather fastai) using opset 13. It should take an input of 1x500x1 (bs x 1DSample x channels) and give an output of the same shape.
I would be happy to get any pointers on what I can do to fix this, thank you!
