MADONOKOUKI / mnist_dump

Get MNIST data and export them as png files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump MNIST data

Get MNIST data and export them as png files. Chainer is required.

Usage

This script first creates directories from 0/ to 9/. Then it exports data in the directory corresponding to its label.

$ python mnist_dump.py
7/test0000.png
2/test0001.png
(snip)
6/test0098.png
9/test0099.png

About

Get MNIST data and export them as png files

License:MIT License


Languages

Language:Python 100.0%