-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Downloading MNIST is broken #541
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
Comments
It works for me on both Python 2.7 and Python 3.6. I got a warning message on Python 2.7 though, but the files are there:
cc @vishwakftw |
@Maratyszcza @fmassa what are your versions of |
The version I used was |
So, were there no warnings in 2.7? I can send in a patch accordingly. |
Sorry for not being clear. On Python 2, I was using |
In Python 2.7, with |
4.19.4 didn't have any warnings on Python3.6 |
But I'm not sure the warnings are the problem here. @Maratyszcza was mentioning that the files didn't manage to download properly |
No, there were no warnings. Complete output dump:
|
|
@fmassa do you want me to send in a patch for downgraded version of |
1fb0ccf broke downloading MNIST: downloaded MNIST files are zero-size and throw on decoding. The parent commit (0bbb1aa) works.
Environment:
Repro:
The text was updated successfully, but these errors were encountered: