Skip to content

Latest commit

 

History

History
 
 

onnx

ONNX
----

1. intro_onnx.py
    Introduction to ONNX
    https://pytorch.org/tutorials/onnx/intro_onnx.html

2. export_simple_model_to_onnx_tutorial.py
    Exporting a PyTorch model to ONNX
    https://pytorch.org/tutorials/beginner/onnx/export_simple_model_to_onnx_tutorial.html

3. onnx_registry_tutorial.py
    Extending the ONNX Registry
    https://pytorch.org/tutorials/beginner/onnx/onnx_registry_tutorial.html