Created
July 8, 2019 19:20
-
-
Save ajinkyajawale14499/53b374c3a703c9921e77d0ede0f47074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_URL = "https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz" | |
zip_file = tf.keras.utils.get_file(origin=_URL, | |
fname="flower_photos.tgz", | |
extract=True) | |
base_dir = os.path.join(os.path.dirname(zip_file), 'flower_photos') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment