项目作者: WenmuZhou

项目描述 :
learning gluon with mnist dataset
高级语言: Python
项目地址: git://github.com/WenmuZhou/gluon_mnist.git
创建时间: 2018-02-06T09:40:51Z
项目社区:https://github.com/WenmuZhou/gluon_mnist

开源协议:

下载


gluon_mnist

learning gluon with mnist dataset

training

  1. python3 train.py

predict

Need to modify the model and picture path in the code

  1. 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