From b5a6d9d5c9d0d65ecf0a012c510b381298f6f259 Mon Sep 17 00:00:00 2001 From: vmirly Date: Sun, 3 Nov 2019 22:48:06 -0500 Subject: [PATCH] Commented the Google-Colab cells --- ch17/ch17_part1.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ch17/ch17_part1.ipynb b/ch17/ch17_part1.ipynb index 083d5285..87c8de06 100644 --- a/ch17/ch17_part1.ipynb +++ b/ch17/ch17_part1.ipynb @@ -335,13 +335,13 @@ } ], "source": [ - "import tensorflow as tf\n", - "print(tf.__version__)\n", + "#import tensorflow as tf\n", + "#print(tf.__version__)\n", "\n", - "print(\"GPU Available:\", tf.test.is_gpu_available())\n", + "#print(\"GPU Available:\", tf.test.is_gpu_available())\n", "\n", - "device_name = tf.test.gpu_device_name()\n", - "print(device_name)" + "#device_name = tf.test.gpu_device_name()\n", + "#print(device_name)" ] }, { @@ -370,8 +370,8 @@ } ], "source": [ - "from google.colab import drive\n", - "drive.mount('/content/drive/')" + "#from google.colab import drive\n", + "#drive.mount('/content/drive/')" ] }, {