Replies: 1 comment
-
I have run into this same error and believe the issue to be that in the newer version of ONNXRUNTIME, the "starts, axes, ends, and split" need to be passed as an attribute instead of an input. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi friends,
First of all, thank you for the great work.
I've tired various things and were able to deploy to boards. I enjoy it a lot.
Today I tried to deploy an object detection model with the end2end notebook.
I encountered a problem in the section shown here. It reads in yolo_4b.onnx for preprocessing.
It reports the model is invalid, as shown in the following screenshot.
To my knowledge "slice" operation should accepts 5 inputs.
But the error message says min / max input should be within [1,1], that is, only one input is allowed.
Any hint, ideas, or experience sharing are welcome.
Thanks,
Nero Horus
Beta Was this translation helpful? Give feedback.
All reactions