https://github.com/wenmuzhou/gluon_mnist
learning gluon with mnist dataset
https://github.com/wenmuzhou/gluon_mnist
deep-learning gluon mnist mxnet-gluon-interface python3
Last synced: 5 months ago
JSON representation
learning gluon with mnist dataset
- Host: GitHub
- URL: https://github.com/wenmuzhou/gluon_mnist
- Owner: WenmuZhou
- Created: 2018-02-06T09:40:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T02:37:50.000Z (about 7 years ago)
- Last Synced: 2025-04-12T19:14:28.174Z (8 months ago)
- Topics: deep-learning, gluon, mnist, mxnet-gluon-interface, python3
- Language: Python
- Homepage:
- Size: 444 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gluon_mnist
learning gluon with mnist dataset
## training
```sh
python3 train.py
```
## predict
Need to modify the model and picture path in the code
```sh
python3 predict.py
```
the code Calculate 1000 times to average, if you only need to calculate once, comment it out in the code.
# requirement
* mxnet
* mxboard
* time
* cv2
* numpy