Skip to content

Latest commit

 

History

History
 
 

colab

Google Colaboratory (Colab) Notebooks

Notebooks

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

Open In Colab

Shows off some concepts of the low level IREE python bindings

Open In Colab

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

Open In Colab

Loads a pretrained ResNet50 model and runs it using IREE

Open In Colab

Downloads a pretrained MobileNet V2 model, pre-processes it for import, then compiles it using IREE

Open In Colab

Downloads a pretrained TFLite text classification model, and runs it using TFLite and 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