From 28d6db4c9283db5a6631ba66bbb9df975c0ffe2d Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Thu, 31 Oct 2019 11:14:28 -0700 Subject: [PATCH] Update Colab to advise users to use a GPU. PiperOrigin-RevId: 277761946 --- tutorials/Classification_Privacy.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tutorials/Classification_Privacy.ipynb b/tutorials/Classification_Privacy.ipynb index 1c0672c..40dd323 100644 --- a/tutorials/Classification_Privacy.ipynb +++ b/tutorials/Classification_Privacy.ipynb @@ -111,6 +111,16 @@ "## 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", "execution_count": 0,