Skip to content

gngdb/pytorch-cifar-sgdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: PyTorch has since implemented learning rate schedulers. It would be easier to implement SGDR using them, rather than without (as it is done in this repository), although the difference in lines of code is relatively small. This repository is redundant, left up just for interest.

Train CIFAR10 with PyTorch with SGDR

Built from kuangliu's great simple pytorch-cifar repository. Switches out the manual learning rate scheduling for SGDR. Used the anytime schedule reported best in the paper.

Accuracy

Model Acc. Before SGDR Acc.
VGG16 92.64% ?
ResNet18 93.02% 93.99 %
ResNet50 93.62% 94.25 %
ResNet101 93.75% ?
ResNeXt29(32x4d) 94.73% ?
ResNeXt29(2x64d) 94.82% ?
DenseNet121 95.04% ?
ResNet18(pre-act) 95.11% ?
DPN92 95.16% ?

About

SGDR with pytorch on CIFAR-10 (now superseded by official PyTorch CosineAnnealingLR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages