Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.87 KB

TPUs.md

File metadata and controls

24 lines (19 loc) · 1.87 KB

Tensor Processing Units (TPUs) are Google’s custom-developed ASICs used to accelerate machine-learning workloads. You can run your training jobs on Cloud Machine Learning Engine, using Cloud TPU. Cloud ML Engine provides a job management interface so that you don't need to manage the TPU yourself.

https://github.com/tensorflow/tpu

Benchmarking Google’s new TPUv2

Samples:

  • Tensorflow: ResNet - Using the ResNet-50 dataset with Cloud TPUs on ML Engine.
  • Tensorflow: HP Tuning - ResNet - How to run hyperparameter tuning jobs on Cloud Machine Learning Engine with Cloud TPUs using TensorFlow's tf.metrics.
  • Tensorflow: Hypertune - ResNet - How to run hyperparameter tuning jobs on Cloud Machine Learning Engine with Cloud TPUs using the cloudml-hypertune package.
  • Tensorflow: Templates - A collection of minimal templates that can be run on Cloud TPUs on Compute Engine, Cloud Machine Learning, and Colab.

If you’re looking for samples for how to use Cloud TPU, check out the guides here.

Note: These guides do not use ML Engine