failed to infer using the onnx file converted from gcn model #3514
Unanswered
xiongjun19
asked this question in
Q&A
Replies: 1 comment
-
Thank you. This is super helpful. Will try to have a look ASAP. |
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.
-
Hi, Dear!
I have managed to export a gcn model into an onnx model. but I failed to do inference with it.
the error message is:
onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Non-zero status code returned while running ScatterElements node. Name:'ScatterElements_116' Status Message: Indices dim=13258 at pos=0 is greater than input dim=2708
following is the steps to reproduce it:
Beta Was this translation helpful? Give feedback.
All reactions