Skip to content

Commit 2b52679

Browse files
Update the Use TPUs guide
PiperOrigin-RevId: 383905669
1 parent 964cc66 commit 2b52679

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

site/en/guide/tpu.ipynb

+5-6
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"id": "Ys81cOhXOWUP"
6262
},
6363
"source": [
64-
"Experimental support for Cloud TPUs is currently available for Keras and Google Colab. Before you run this Colab notebook, make sure that your hardware accelerator is a TPU by checking your notebook settings: **Runtime** > **Change runtime type** > **Hardware accelerator** > **TPU**."
64+
"Before you run this Colab notebook, make sure that your hardware accelerator is a TPU by checking your notebook settings: **Runtime** > **Change runtime type** > **Hardware accelerator** > **TPU**."
6565
]
6666
},
6767
{
@@ -530,11 +530,10 @@
530530
"source": [
531531
"## Next steps\n",
532532
"\n",
533-
"- [Google Cloud TPU Documentation](https://cloud.google.com/tpu/docs/): How to set up and run a Google Cloud TPU.\n",
534-
"- [Distributed training with TensorFlow](./distributed_training.ipynb): How to use distribution strategies with many example showing best practices.\n",
535-
"- [Saving/Loading models with TensorFlow](../tutorials/distribute/save_and_load.ipynb): How to save and load models with distribution strategies.\n",
536-
"- [TensorFlow Official Models](https://github.com/tensorflow/models/tree/master/official): Examples of state-of-the-art TensorFlow 2.x models that are Cloud TPU-compatible.\n",
537-
"- [Google Cloud TPU Performance Guide](https://cloud.google.com/tpu/docs/performance-guide): Enhance Cloud TPU performance further by adjusting Cloud TPU configuration parameters for your application."
533+
"- [Google Cloud TPU documentation](https://cloud.google.com/tpu/docs/): How to set up and run a Google Cloud TPU.\n",
534+
"- [Google Cloud TPU Colab notebooks](https://cloud.google.com/tpu/docs/colabs): End-to-end training examples.\n",
535+
"- [Google Cloud TPU performance guide](https://cloud.google.com/tpu/docs/performance-guide): Enhance Cloud TPU performance further by adjusting Cloud TPU configuration parameters for your application\n",
536+
"- [Distributed training with TensorFlow](./distributed_training.ipynb): How to use distribution strategies—including `tf.distribute.TPUStrategy`—with examples showing best practices."
538537
]
539538
}
540539
],

0 commit comments

Comments
 (0)