211. ONNX

ONNX

Due to the increase of frameworks for developing machine learning models, working across frameworks and hardware ecosystems became extremely difficult.

ONNX (Open Neural Network eXchange) is an open-source standard that defines a common set of operators and a file format that enables model development with different frameworks and runtimes.

I’m currently using ONNX to deploy a pytorch model on a Nvidia Jetson Device.