Skip to content

Commit

Permalink
Commented the Google-Colab cells
Browse files Browse the repository at this point in the history
  • Loading branch information
vmirly committed Nov 4, 2019
1 parent de175ff commit b5a6d9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ch17/ch17_part1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down Expand Up @@ -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/')"
]
},
{
Expand Down

0 comments on commit b5a6d9d

Please sign in to comment.