/fashion_mnist_dump

Get Fashion-MNIST data and export them as png files.

Primary LanguagePythonMIT LicenseMIT

Dump Fashion-MNIST data

Get Fashion-MNIST data and export them as png files.

Usage

$ python fashion_mnist_dump.py 

This script will create following directories.

test
├ Bag
├ Boot
├ Coat
├ Dress
├ Pullover
├ Sandal
├ Shirt
├ Sneaker
├ Top
└ Trouser

train
├ Bag
├ Boot
├ Coat
├ Dress
├ Pullover
├ Sandal
├ Shirt
├ Sneaker
├ Top
└ Trouser

Each directory contains corresponding data as png files. You can see that the data are stored as sequential files.

dresses.png

License

This software is released under the MIT License, see LICENSE.# fashion_mnist_dump