How did you convert the model to ONNX? #531
Unanswered
TechInterMezzo
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem. When converting the onnx model, an error "Expected node type 'onnx::Constant', got 'onnx::Cast'" appears. |
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
-
This is out of curiosity and to learn from others. I don't need your source code.
How did you convert your model from PyTorch to ONNX?
Did you use torch.onnx.export or torch.onnx.dynamo_export?
Did you have to adjust your model code to make it exportable to ONNX?
Beta Was this translation helpful? Give feedback.
All reactions