{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [ "%matplotlib inline" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n\n# Training Vision Models for microTVM on Arduino\n**Author**: [Gavin Uberti](https://github.com/guberti)\n\nThis tutorial shows how MobileNetV1 models can be trained\nto fit on embedded devices, and how those models can be\ndeployed to Arduino using TVM.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
This tutorial is best viewed as a Jupyter Notebook. You can download and run it locally\n using the link at the bottom of this page, or open it online for free using Google Colab.\n Click the icon below to open in Google Colab.