Replies: 1 comment 1 reply
-
Which version of onnxruntime are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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