I wanted to work on a image dataset. I dont have local GPU, so i wanted to make use of free GPU on Google colab. But i don't know how to upload a large image dataset to colab.
Asked
Active
Viewed 798 times
-1
-
Upload the dataset to drive and then transfer to colab. Or directly download the dataset on the colab. – Vivek Kumar Aug 22 '18 at 13:41
1 Answers
-1
You can use the Kaggle command-line client directly to download data sets in Colab.
Here's a step-by-step walk-through: https://stackoverflow.com/a/50650918/8841057

Bob Smith
- 36,107
- 11
- 98
- 91