I've been trying to work with ImageNet in Colab using Pytorch. I know that there was a Pytorch class (torchvision.datasets.ImageNet
) that had that functionality, but is no longer providing the Dataset with the flag download
.
Is there another way to work with that Dataset in Google Colab?
Many thanks in advance