Replies: 2 comments 1 reply
-
Which version of onnxruntime are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Issue solved in |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In ONNX models with function that uses operations with optional inputs, the inference fails when optional input does not take any value. The expected behavior would be that if a model does not define such an input, this input should not be passed to the operation.
Any idea how can I resolve this problem ? A sample code would be
It raises the error:
Beta Was this translation helpful? Give feedback.
All reactions