davidMcneil / mnist

MNIST data set parser https://crates.io/crates/mnist
20 stars 9 forks source link

Add support for Fashion MNIST dataset #6

Closed quietlychris closed 4 years ago

quietlychris commented 4 years ago

@davidMcneil

Hello,

This pull request adds initial support for the Fashion MNIST dataset, which is similarly-formatted. It includes:

All tests should still pass, and installation instructions for the dependency on the optional example are included in the README

quietlychris commented 4 years ago

Also, I found an issue with creating the download directory with arbitrary base directories, which appears to have been solved by switching out create_dir() with create_dir_all(), per commit 5f734af

davidMcneil commented 4 years ago

Awesome! Thanks for the contribution!

quietlychris commented 4 years ago

Of course :) I hope some people will find it useful!