onnx/tutorials
Tutorials repository for ONNX (Open Neural Network Exchange), the open standard format for representing machine learning models.

This repository contains Jupyter Notebook tutorials demonstrating how to create and use ONNX models. ONNX provides interoperability between different ML frameworks by defining a standard format for representing machine learning models. The tutorials cover converting models from popular frameworks like PyTorch, TensorFlow, Caffe, and others into ONNX format, as well as using the exported models across different inference environments and deployment scenarios.