{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# For tips on running notebooks in Google Colab, see\n# https://pytorch.org/tutorials/beginner/colab\n%matplotlib inline" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "[Introduction to ONNX](intro_onnx.html) \\|\\| **Exporting a PyTorch model\nto ONNX** \\|\\| [Extending the ONNX exporter operator\nsupport](onnx_registry_tutorial.html) \\|\\| [Export a model with control\nflow to ONNX](export_control_flow_model_to_onnx_tutorial.html)\n\nExport a PyTorch model to ONNX\n==============================\n\n**Author**: [Ti-Tai Wang](https://github.com/titaiwangms), [Justin\nChu](justinchu@microsoft.com), [Thiago\nCrepaldi](https://github.com/thiagocrepaldi).\n\n```{=html}\n
As of PyTorch 2.5, there are two versions of ONNX Exporter.
\n```\n```{=html}\n