We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b55644 commit 2b4e2fdCopy full SHA for 2b4e2fd
1 file changed
site/en/tutorials/images/classification.ipynb
@@ -151,6 +151,7 @@
151
"outputs": [],
152
"source": [
153
"import pathlib\n",
154
+ "\n",
155
"dataset_url = \"https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz\"\n",
156
"data_dir = tf.keras.utils.get_file('flower_photos.tar', origin=dataset_url, extract=True)\n",
157
"data_dir = pathlib.Path(data_dir).with_suffix('')"
0 commit comments