question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Downloading MNIST is broken

See original GitHub issue

1fb0ccf71620d113cb72696b2eb8317b3e252cbb 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:closed
  • Created 5 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
Maratyszczacommented, Jul 5, 2018

tqdm was at 4.8.4, and no longer reproes after I updated to 4.23.4

0reactions
vishwakftwcommented, Jul 5, 2018

@fmassa do you want me to send in a patch for downgraded version of tqdm ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found