Skip to content

percypeng5221/Pytorch-Cifar10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-Cifar10

Implementation of some classic networks and tests of performance on Cifar10 datasets.

Prerequisites

  • Python 3.6+
  • PyTorch 1.0+

Training

# Start training with: 
python main.py > log.txt
If you don't want to store the log than you can simply:
python main.py

# You can manually resume the training with: 
python main.py --resume --lr=0.01

About

Implementation of some classic networks and tests of performance on Cifar10 datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages