There are several examples, getting data from cloud storage:

//data_dir = tf.keras.utils.get_file(

'flower_photos',

'https://storage.googleapis.com/download.tensorflow.org/example_images/flower_photos.tgz',

untar=True) //

instead of using the google apis, i wanted to use the location of the zip folder from the gdrive.

What are the various ways to write the code in such a situation?

More Cyril Robinson Azariah J.'s questions See All
Similar questions and discussions