-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNIST dataset no longer downloads (repeat of old fixed March 2020 problem) #3497
Comments
Also posted issue here: googlecolab/colabtools#1889 |
Yes, I am seeing this issue as of today (it was not happening yesterday) |
Commenting here, for updates! 👀 |
I have faced this problem too. |
The colab team at google closed my report googlecolab/colabtools#1889 there with the following statement:
It's an interesting observation, if nothing else. Still, I think it's hard to pin things on yann.lecun ... since any solution that depends critically on the upness or downness of his website is probably fragile anyway, even if MNIST is "his". Surely there is a better place than there for torchvision to use as a more future proof place from which to download its data? |
Thanks for the heads up, we will be investigating this issue |
copy this snippet at the top of your notebook, run it, and then just load your datasets as usual...
|
Yeah, I'm pretty sure they blacklisted the standard |
Can confirm that the default user agent is blacklisted. We will get in touch with the author and see if the change is intentional or not.
Problem with the latter is that we are going to publish a new release tomorrow and any patch we provide will not be included. Thus, lets hope it is the former. Anyway, until this is resolved follow #3497 (comment) for a work around. |
We have decided to do the user agent fix anyway. It will also make its way in the upcoming release (#3499). |
🐛 Bug
This seems to be a recurrence of an issue spotted in #1938 which was fixed back in March 2020 and then closed, but has now reappeared. There are a number of people in #1938 reporting that the issue appeared somewhere in the last 12 hours.
To Reproduce
Steps to reproduce the behavior:
Results in:
Expected behavior
The dataset should just be loaded (as indeed it was this morning).
Environment
The text was updated successfully, but these errors were encountered: