Update Colab to advise users to use a GPU.

PiperOrigin-RevId: 277761946
This commit is contained in:
Steve Chien 2019-10-31 11:14:28 -07:00 committed by A. Unique TensorFlower
parent aead0aeb3e
commit 28d6db4c92

View file

@ -111,6 +111,16 @@
"## Setup" "## Setup"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "CKuHPYQCsV-x"
},
"source": [
"First, set this notebook's runtime to use a GPU, under Runtime \u003e Change runtime type \u003e Hardware accelerator. Then, begin importing the necessary libraries."
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 0, "execution_count": 0,