tree: fa9734f689ab9c9ae1bcecc6196303f972fcbeb4 [path history] [tgz]
  1. dummy.py
  2. edge_detection.ipynb
  3. low_level_invoke_function.ipynb
  4. mnist_training.ipynb
  5. README.md
  6. resnet.ipynb
colab/README.md

Google Colaboratory (Colab) Notebooks

Notebooks

edge_detection.ipynb

Constructs a TF module for performing image edge detection and runs it using IREE

Open In Colab

low_level_invoke_function.ipynb

Shows off some concepts of the low level IREE python bindings

Open In Colab

mnist_training.ipynb

Compile, train and execute a TensorFlow Keras neural network with IREE

Open In Colab

resnet.ipynb

Loads a pretrained ResNet50 model and runs it using IREE

Open In Colab

Working with GitHub

Refer to Colab's GitHub demo for general information about using Colab with GitHub.

To make changes to a notebook in this repository, one possible workflow is:

  • Open or create the notebook in Colab
  • Connect to a hosted or local runtime
  • Make your changes, run the notebook, etc.
  • Download the modified notebook using File > Download .ipynb
  • Move the downloaded notebook file into a clone of this repository and submit a pull request