question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

custom_opsets for ONNX export, possible?

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, Nov 16, 2021
0reactions
github-actions[bot]commented, May 16, 2022

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found