We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f60f343 + ae2a2ec commit b3013d0Copy full SHA for b3013d0
site/en/tutorials/load_data/images.ipynb
@@ -151,7 +151,7 @@
151
"import pathlib\n",
152
"dataset_url = \"https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz\"\n",
153
"archive = tf.keras.utils.get_file(origin=dataset_url, extract=True)\n",
154
- "data_dir = pathlib.Path(archive).with_suffix('')"
+ "data_dir = pathlib.Path(archive) / 'flower_photos'"
155
]
156
},
157
{
0 commit comments