MADONOKOUKI / fashion_mnist_dump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%