I think it is necessary to understand training data and test data. I created a tool (for Google Colab) to convert mnist data to PNG.
mnist_data2img The mnist_data2img tool is published on Github, and the environment construction procedure etc. are described in this README.md, so please refer to this.
Github : https://github.com/PoodleMaster/mnist_data2img
It is the conversion result from mnist data to png.
The actual data is stored in the following folder of Google Drive
.
【mnist_train_data】
/content/drive/My Drive/qiita_share/mnist_train_data/0 ︙ /content/drive/My Drive/qiita_share/mnist_train_data/9
【mnist_test_data】
/content/drive/My Drive/qiita_share/mnist_test_data/0 ︙ /content/drive/My Drive/qiita_share/mnist_test_data/9
Thank you for your hard work!
Recommended Posts