Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bunji2/extract_mnist_png
This tool extracts mnist-dataset to png.
https://github.com/bunji2/extract_mnist_png
golang mnist-dataset png
Last synced: about 14 hours ago
JSON representation
This tool extracts mnist-dataset to png.
- Host: GitHub
- URL: https://github.com/bunji2/extract_mnist_png
- Owner: bunji2
- License: mit
- Created: 2018-11-15T08:59:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T13:18:13.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T03:48:11.222Z (5 months ago)
- Topics: golang, mnist-dataset, png
- Language: Go
- Size: 10.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extract_mnist_png
This tool extracts mnist-dataset to png.# Author
Bunji Square 2018
# Usage:
```
extract_mnist_png [ cols rows ]
```# Example:
```
extract_mnist_png
```to pack 40x20 images.
![40x20](sample/40x20.png)
```
extract_mnist_png 80 80
```to pack 80x80 images.
![80x80](sample/80x80.png)
```
extract_mnist_png 1 1
```to save each images.
![1x1](sample/1x1.png)
# Document:
https://godoc.org/github.com/bunji2/extract_mnist_png/mnist