Skip to content

Commit 620a47e

Browse files
Merge pull request #2193 from tilakrayal:patch-13
PiperOrigin-RevId: 519776955
2 parents 17ab915 + edf789c commit 620a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/images/transfer_learning_with_hub.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"data_root = tf.keras.utils.get_file(\n",
325325
" 'flower_photos',\n",
326326
" 'https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz',\n",
327-
" untar=True)"
327+
" extract=True)"
328328
]
329329
},
330330
{

0 commit comments

Comments
 (0)