custom_opsets for ONNX export, possible?
See original GitHub issueI’d like to export a model which uses torch_scatter to ONNX, but I get:
No importer registered for op: ScatterND
I’d like to know if there is a custom_opset name, so I can use something similar to:
torch.onnx.export(custo_opset={"torch_scatter":1})
Has anyone come around with any solution?
thx
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Export a model to ONNX with optimum.exporters.onnx
For example, a model trained in PyTorch can be exported to ONNX format and then imported in TensorRT ... This was possible because...
Read more >torch.onnx — PyTorch 1.13 documentation
The torch.onnx module can export PyTorch models to ONNX. The model can then be consumed by any of the many runtimes that support...
Read more >Tutorial 8: Pytorch to ONNX (Experimental)
Build custom operators for ONNX Runtime and install MMCV manually following How to ... --test-img : The path of an image to verify...
Read more >Best Practices for Neural Network Exports to ONNX
Our experience shows that is easier to export PyTorch models. If possible, choose a PyTorch source and convert it using the built-in torch.onnx...
Read more >ORT Mobile Model Export Helpers - ONNX Runtime
There are a range of tools available to aid with exporting and analyzing a model for usage with ORT Mobile. Contents. ORT Mobile...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Moving this discussion to: https://github.com/pyg-team/pytorch_geometric/discussions/3514
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?