Downloading MNIST is broken
See original GitHub issue1fb0ccf71620d113cb72696b2eb8317b3e252cbb broke downloading MNIST: downloaded MNIST files are zero-size and throw on decoding. The parent commit (0bbb1aa3faa2d3d75064b0c6d050fb1174d7dfe7) works.
Environment:
- Ubuntu 16.04 LTS
- Python 2.7:
Repro:
from torchvision import datasets
mnist = datasets.MNIST("mnist", train=False, download=True)
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
HTTP Error when trying to download MNIST data
For window users, just go to www.di.ens.fr/~lelarge/MNIST.tar.gz, download it, and unzip the file. Then you will have MNIST folder, which you ...
Read more >Need help - Downloading MNIST dataset - Part 1 (2019)
I am downloading the MNIST dataset using path = untar_data(URLs.MNIST); path.ls() gives ['training', 'testing'] When i try running the code ...
Read more >MNIST server down - vision - PyTorch Forums
Hello together, can someone confirm, that the server for downloading MNIST dataset is down? I cannot access the dataset by the dataloader.
Read more >MNIST Data Load Issue – Q&A Hub - 365 Data Science
I am having an issue loading the MNIST dataset in TF2. It looks like TF is trying to download the MNIST dataset to...
Read more >MNIST digits classification dataset - Keras
Loads the MNIST dataset. This is a dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
tqdm
was at 4.8.4, and no longer reproes after I updated to 4.23.4@fmassa do you want me to send in a patch for downgraded version of
tqdm
?