You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
from torchvision.datasets import MNIST
MNIST(".", download=True)