onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.34k stars 626 forks source link

Are there any examples on running a GNN model through ONNX? #274

Open Wantcha opened 1 year ago

Wantcha commented 1 year ago

Ask a Question

Question

I'm using Pytorch-Geometric to create a GNN and I'd like to be able to run it inside an application that supports ONNX inference, but I can't seem to find any information on how or whether this is possible. How do I export a PyG GNN model and how can I run inference on it?