You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built both release/debug version of onnc from onnc-umbrella, it complains:
> onnc -mquadruple nvdla ./lenet.onnx
NvDla is invoked
Fatal: Meet unsupported operator: import/conv1first/BiasAdd.```
Is this expected?
When running the docker image tutorial (https://github.com/ONNC/onnc-tutorial/blob/master/lab_1_Environment_Setup/lab_1.md), the .onnx to .nvdla conversion is completed successfully. Seems like a onnc version differences caused issue.
The text was updated successfully, but these errors were encountered:
According to your error message, I think it's due to the ONNX model you used. The error message shows there is an unsupported operator.
Different tools (ML frameworks -> ONNX) use different ONNX operator set, maybe you can try other tools. LeNet is a simple & small model, NVDLA backend supported operator should be enough.
Thanks for prompt reply. I'll just wait for next release.
BTW, just for your inference, I used the lenet.onnx provided in your lab 1. So apparently the docker version of onnc is way ahead of the git repository one. :P
Built both release/debug version of onnc from onnc-umbrella, it complains:
The text was updated successfully, but these errors were encountered: