Skip to content
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

MNIST example #102

Closed
stites opened this issue Jul 11, 2018 · 4 comments
Closed

MNIST example #102

stites opened this issue Jul 11, 2018 · 4 comments

Comments

@stites
Copy link
Member

stites commented Jul 11, 2018

A good place to start getting familiar with the API that doesn't require access to a GPU (unlike #64) is porting the MNIST example from pytorch/examples and doing a small write-up. All the other haskell libraries are doing it and everyone loves writing about it.

@ocramz
Copy link
Collaborator

ocramz commented Jul 12, 2018

Here's a encoding/decoding library for the MNIST storage format : https://hackage.haskell.org/package/mnist-idx

@AdLucem
Copy link
Contributor

AdLucem commented Jan 10, 2019

Working on this, but with the fashion-mnist dataset (https://github.com/zalandoresearch/fashion-mnist).

@stites
Copy link
Member Author

stites commented Jan 10, 2019

Looking forward to it! Entirely optional, but I noticed that you are familiar with dh-core, so you might want to think about adding fashion-mnist to datasets. There's a streaming interface for attoparsec parsers here: DataHaskell/dh-core#31 , and you can use the CIFAR-10 parser as a guideline (see Numeric.Datasets.CIFAR10).

Definitely scope-creep so don't feel like you need to do it at all, but if you're parsing MNIST formats from binary then it could be an excellent contribution to dh-core.

Also please be as noisy as possible on this issue if you run into any blockers.

@austinvhuang
Copy link
Member

Closing this issue with #196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants