-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Downloading MNIST dataset with torchvision gives HTTP Error 503 #3549
Comments
It appears that http://yann.lecun.com/exdb/mnist/ is unavailable at this time. A temporary solution before downloading MNIST:
|
This should be fixed in #3544. We will release |
So when can we expect the release of 0.9.1 ? |
The release of 0.9.1 is expected to be out in around 10 days |
Ok, good to know. But given that the unavailability of the MNIST database will break existing codes, I would have expected an earlier release? Just my 2c. |
FYI we've released torchvision 0.9.1 a few days ago https://github.com/pytorch/vision/releases/tag/v0.9.1 |
🐛 Bug
I am getting a 503 error when I try to download MNIST dataset with
torchvision
0.9.0.This is probably due to the fact that http://yann.lecun.com/exdb/mnist/ is unavailable, so apart from pproviding a new link to the dataset, I don't see how this problem can be solved
To Reproduce
Steps to reproduce the behavior:
cc @pmeier
The text was updated successfully, but these errors were encountered: