Well am downloading data from Colab but its taking long to download the zip files though i have the test and train folders but they are not downloadable until the zip files are done downloading which is really slow. Ay help? I really do not know how to access the data using AWS
Hey,
You can download it using aws-cli:
PS: Make sure to have aws-cli installed
It shouldn't take longer than a few minutes
Instead of using download_files function, you can run the following code snippet:
It basically does the same task but uses multiprocessing so it is around 8 times faster.