error ORT_INVALID_GRAPH(10) in C++ #19671
Unanswered
LaurentBerger
asked this question in
API Q&A
Replies: 1 comment
-
I think it is relative to #14959 |
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,
python 3.10
onnx 1.15.0
onnxruntime 1.17.1
onnxruntime-tools 1.7.0
onnxscript 0.1.0.dev20230625 C:\lib\onnxscript
onnxsim 0.4.33
I created a model with one node in python :
Now I tried to read this model in C++ using ONNX sample with onnx-runtime 1.18.0:
I have got an error
error_code = ORT_INVALID_GRAPH (10)
stack trace is
With my C++ code I can't read onnx model but model created with my python code seems wrong only in C++.
What's wrong in my python or C++ code?
Beta Was this translation helpful? Give feedback.
All reactions