Skip to content

Commit 0b55644

Browse files
authored
debug
1 parent 1f97463 commit 0b55644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/images/classification.ipynb

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

0 commit comments

Comments
 (0)