ONNX Overview

ONNX (Open Neural Network Exchange) is a standard that acts as a universal translator for deep learning models. It enables models that were trained in one framework (TensorFlow, PyTorch, etc.) to be run in ENVI Deep Learning, without the need to rewrite the code.

An example workflow follows:

Other ONNX tools in ENVI Deep Learning include the following:

Frameworks that export models to ONNX format include:

For additional details about ONNX, see the ONNX website.

See Also

Configure ONNX Model, Publish ENVI ONNX Model, Edit ONNX Training Model Metadata