You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/guide/tpu.ipynb
+5-6
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
"id": "Ys81cOhXOWUP"
62
62
},
63
63
"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**."
65
65
]
66
66
},
67
67
{
@@ -530,11 +530,10 @@
530
530
"source": [
531
531
"## Next steps\n",
532
532
"\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."
0 commit comments