Skip to content

WenmuZhou/pytorch_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch_mnist

learning pytorch with mnist dataset

training

python3 train.py

predict

python3 predict.py -f /data/datasets/mnist/test/0/0_1.png -m AlexNet.pkl

the code Calculate 1000 times to average, if you only need to calculate once, comment it out in the code.

requirements

  • pytorch==0.4
  • torchvision
  • time
  • tensorboardX
  • cv2
  • numpy

About

learning pytorch with mnist dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages