{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# For tips on running notebooks in Google Colab, see\n# https://codelin.vip/beginner/colab\n%matplotlib inline" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "(optional) Exporting a Model from PyTorch to ONNX and Running it using ONNX Runtime\n===================================================================================\n\n```{=html}\n
As of PyTorch 2.1, there are two versions of ONNX Exporter.
\n```\n```{=html}\n