ONNX - AshokBhat/notes GitHub Wiki

About

  • Stands for "Open Neural Network Exchange"

ONNX Format

  • Open format to represent deep learning models
  • Enables models to be trained in one framework and transferred to another for inference
  • Original developers: Microsoft and Facebook
  • Graduate level project in Linux Foundation
  • Supported in Microsoft Cognitive Toolkit, MXNet, and PyTorch

ONNX runtime

  • Inference engine for models in the ONNX format
  • Open source project, released by Microsoft

See Also