Skip to content

WenmuZhou/gluon_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gluon_mnist

learning gluon with mnist dataset

training

python3 train.py

predict

Need to modify the model and picture path in the code

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

Releases

No releases published

Packages

No packages published

Languages