November 9, 2019

129 words 1 min read

tensorflow/tpu

tensorflow/tpu

Reference models and tools for Cloud TPUs.

repo name tensorflow/tpu
repo link https://github.com/tensorflow/tpu
homepage https://cloud.google.com/tpu/
language Jupyter Notebook
size (curr.) 24254 kB
stars (curr.) 3138
created 2017-07-11
license Apache License 2.0

Cloud TPUs

This repository is a collection of reference models and tools used with Cloud TPUs.

The fastest way to get started training a model on a Cloud TPU is by following the tutorial. Click the button below to launch the tutorial using Google Cloud Shell.

Open in Cloud Shell

Note: This repository is a public mirror, pull requests will not be accepted. Please file an issue if you have a feature or bug request.

Running Models

To run models in the models subdirectory, you may need to add the top-level /models folder to the Python path with the command:

export PYTHONPATH="$PYTHONPATH:/path/to/models"
comments powered by Disqus