Tutorials

ONNX ecosystem

Following tutorials introduce the ONNX ecosystem. It walk the user through the ONNX specficiations, how to execute an ONNX graph, how to create an ONNX graph, how to convert a model from scikit-learn, and how to train them with onnxruntime-training.

Readings

Current documention of ONNX and onnxruntime

Most of the documentation related on onnx and onnxruntime is written on markdown. The following section is an attempt to render it and make it searchable.

Build

Some useful pages.