Skip to content

Downloading MNIST dataset with torchvision gives HTTP Error 503 #3549

@omarfoq

Description

@omarfoq

🐛 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:

from torchvision.datasets import MNIST

MNIST(".", download=True)

cc @pmeier

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions