mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
824 B
824 B
| title | grand_parent | parent | nav_order |
|---|---|---|---|
| Accelerate PyTorch | Tutorials | Inferencing | 2 |
Accelerate PyTorch model inferencing
{: .no_toc }
ONNX Runtime can be used to accelerate PyTorch models inferencing.
Contents
{: .no_toc }
- TOC placeholder {:toc}
Convert model to ONNX
- Basic PyTorch export through torch.onnx
- Super-resolution with ONNX Runtime
- Export PyTorch model with custom ops