Topic:
Trying to BYOM into edge impulse to make comilation of provided onnx files easier
Project ID:
[Provide the project ID, if applicable]
Context/Use case:
Using a basic, small, onnx model, i want to use edge impulse to test how well it transfers my onnx file to my hardware (TI AM62A). Since this hardware is part of the supported devices family, I thought it would be a good test.
Details:
I uploaded the onnx file to the BYOM pipeline, including a supporting npy calibration file, but got the following error:
Your chosen target (TI AM62A (with Deep Learning Accelerator)) does not support this model version.
I have previously deployed this onnx file using TI’s onnxruntime-tidl tools before and had some basic success, so have a baseline that it is a model that can run on this device
Questions:
Not sure what the error means or how to get more details other than the model is “not supported”
It doesn’t look like i can upload the onnx file here, otherwise i would.
Thanks!