ONNX is a shared file format that lets a model leave its original framework, such as PyTorch, and run anywhere that supports ONNX — different hardware, different serving engines. It is the usual bridge between research code and a production runtime.
Definition
Open Neural Network Exchange — a vendor-neutral model format so a model trained in one framework can run in many runtimes and on many chips.
ONNX is a shared file format that lets a model leave its original framework, such as PyTorch, and run anywhere that supports ONNX — different hardware, different serving engines. It is the usual bridge between research code and a production runtime.
Also known as
Open Neural Network Exchange