Skip to main content

ONNX Runtime

Recommendation
Updated
Moved
ASSESS
2023-02-02

What is it

ONNX Runtime is a cross-platform inference and training machine-learning accelerator. ONNX Runtime can be used with models from PyTorch, Tensorflow/Keras, TFLite, scikit-learn, and other frameworks.

When to use it

Use it during the deployment stage of typical Deep Learning pipeline. It allows to optimize the deep learning models and run the model in ONNX runtime inference engine.

How to learn it

Follow the instructions from this page