unamed fused node #8456
Unanswered
ZJUGuoShuai
asked this question in
Other Q&A
Replies: 0 comments
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.
-
I wrote a deep learning framework (like MXNet/TensorFlow) and added the ONNX exporting functionality to it.
Using my own framework, I exported a model of VGG16 and tried to run the model using ONNX Runtime. The inference is successful with basic graph optimization. If I turn on extended graph optimization, the error message is:
The important line is
I don't know which part of my graph is invalid. I think there is something missing after
fused
. Can someone give me some insights?Beta Was this translation helpful? Give feedback.
All reactions