Export to ONNX for Portability
Move a model across frameworks and runtimes.
The Portability Problem
You trained in PyTorch but want to serve in C++ or the browser. A framework-locked file makes that painful. ONNX fixes it. 🌍
What ONNX Is
ONNX is an open, shared format for models. It describes the math as a graph that many frameworks and runtimes can read.
All lessons in this course
- Serialize with Pickle and Joblib
- The MLflow Model Flavor
- Export to ONNX for Portability
- Define a Model Signature and Schema