Replies: 1 comment
-
ONNX support is not provided at the moment. Currently, we recommend using TorchScript for this, see here. |
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.
-
Hi, I'm trying to deploy the torch geometric models with ONNX. However, when I try to export the model to ONNX model, I get the error:
terminate called after throwing an instance of "pyblind11:error_already_set" What (): AssertionError.
I looked through previous Github issues, but I am still not sure how to properly convert and run the model with ONNX for deployment. Would be great if the developing team or community provides a comprehensive and clear guide for deployment with ONNX. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions