After this tutorial you’ll be able to connect every dataset or file system with google drive. But after that you have to look two features
Google colab asks you to acceed to ur drive content, so keep caution.
After giving permissions you won’t have to reload your data every 10 minutes as the traditional way.
Let’s do it!
from google.colab import drive
drive.mount('/gdrive/My Drive')
drive.mount('/gdrive/My Drive')
my_path = '/gdrive/My Drive/my_dataset/firulais.csv'
cifar = datasets.CIFAR10('/gdrive/ My Drive/dl-pytorch/datasets', download = True)