https://github.com/tensorflow/tpu
Reference models and tools for Cloud TPUs.
https://github.com/tensorflow/tpu
Last synced: 6 days ago
JSON representation
Reference models and tools for Cloud TPUs.
- Host: GitHub
- URL: https://github.com/tensorflow/tpu
- Owner: tensorflow
- License: apache-2.0
- Created: 2017-07-11T23:54:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T00:23:38.000Z (about 1 month ago)
- Last Synced: 2025-04-01T21:13:55.302Z (13 days ago)
- Language: Jupyter Notebook
- Homepage: https://cloud.google.com/tpu/
- Size: 45.9 MB
- Stars: 5,233
- Watchers: 331
- Forks: 1,769
- Open Issues: 312
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - tensorflow/tpu - Reference models and tools for Cloud TPUs. (Jupyter Notebook)
README
# Cloud TPUs #
This repository is a collection of reference models and tools used with
[Cloud TPUs](https://cloud.google.com/tpu/).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.[](https://console.cloud.google.com/cloudshell/open?git_repo=https%3A%2F%2Fgithub.com%2Ftensorflow%2Ftpu&page=shell&tutorial=tools%2Fctpu%2Ftutorial.md)
_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"
```