mnist icon indicating copy to clipboard operation
mnist copied to clipboard

Python utilities to download and parse the MNIST dataset

Results 6 mnist issues
Sort by recently updated
recently updated
newest added

I don't know if you are aware of [intake](https://intake.readthedocs.io/en/latest/), but it is a data access and cataloguing package that aims to do a lot of what you have done here,...

Sadly the `yann.lecun.com` website is returning HTTP 403 errors when downloading the `.gz` files. Even after adding headers to the `urlfetch()` to make it look more like a browser, it...

(Fix described in https://github.com/datapythonista/mnist/issues/20#issue-2383013518. Currently this module is nonfunctional.)