googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.17k stars 706 forks source link

Download of CIFAR10 fails #4833

Open Poul-Andersson opened 1 week ago

Poul-Andersson commented 1 week ago

Attempts to download CIFAR10 dataset using torchvision.datasets.CIFAR10(...) fail. Error message: " <urlopen error [Errno 110] Connection timed out>"

Running Colab in Edge browser.

File used: "https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/cifar10_tutorial.ipynb"

Would greatly appreciate some help. Best, Poul

mayankmalik-colab commented 2 days ago

I am able to download the dataset just fine. Do you still see an issue ?