Get Fashion-MNIST data and export them as png files.
$ 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.
This software is released under the MIT License, see LICENSE.# fashion_mnist_dump