CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
pytorch

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: pytorch/tutorials
Path: blob/main/beginner_source/onnx/README.txt
Views: 494
1
ONNX
2
----
3
4
1. intro_onnx.py
5
Introduction to ONNX
6
https://pytorch.org/tutorials/onnx/intro_onnx.html
7
8
2. export_simple_model_to_onnx_tutorial.py
9
Exporting a PyTorch model to ONNX
10
https://pytorch.org/tutorials/beginner/onnx/export_simple_model_to_onnx_tutorial.html
11
12
3. onnx_registry_tutorial.py
13
Extending the ONNX Registry
14
https://pytorch.org/tutorials/beginner/onnx/onnx_registry_tutorial.html
15
16