Skip to content

Commit b3013d0

Browse files
Merge pull request #2361 from kiransair:patch-1
PiperOrigin-RevId: 827511371
2 parents f60f343 + ae2a2ec commit b3013d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"import pathlib\n",
152152
"dataset_url = \"https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz\"\n",
153153
"archive = tf.keras.utils.get_file(origin=dataset_url, extract=True)\n",
154-
"data_dir = pathlib.Path(archive).with_suffix('')"
154+
"data_dir = pathlib.Path(archive) / 'flower_photos'"
155155
]
156156
},
157157
{

0 commit comments

Comments
 (0)