Skip to content

winnietsang/tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNX tutorials

Importing and Exporting from frameworks

Framework / tool Installation Exporting to ONNX (frontend) Importing ONNX models (backend)
Caffe2 part of caffe2 package Exporting Importing
PyTorch part of pytorch package Exporting, Extending support coming soon
Cognitive Toolkit (CNTK) built-in Exporting Importing
Apache MXNet part of mxnet package docs github Exporting Importing
Chainer chainer/onnx-chainer Exporting coming soon
TensorFlow onnx/onnx-tensorflow Exporting Importing [experimental]
Apple CoreML onnx/onnx-coreml and onnx/onnxmltools Exporting Importing
SciKit-Learn onnx/onnxmltools Exporting n/a
ML.NET built-in Convert to ONNX-ML Exporting n/a
Menoh pfnet-research/menoh n/a Importing

End-to-end tutorials

ONNX tools

Contributing

We welcome improvements to the convertor tools and contributions of new ONNX bindings. Check out contributor guide to get started.

Use ONNX for something cool? Send the tutorial to this repo by submitting a PR.

About

Tutorials for using ONNX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%