Skip to content

AloneGu/pytorch-cifar

This branch is 63 commits behind kuangliu/pytorch-cifar:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
kuangliu
Feb 26, 2017
5590f93 · Feb 26, 2017

History

15 Commits
Feb 23, 2017
Feb 26, 2017
Feb 26, 2017
Feb 26, 2017

Repository files navigation

Train CIFAR10 with PyTorch

I'm playing with PyTorch on the CIFAR10 dataset.

Pros:

  • Built-in data loading and augmentation, very nice!
  • Training is fast, maybe even a little bit faster.
  • Very memory efficient!

Cons:

  • No progress bar, sad :(
  • No built-in log.

Accuracy:

  • VGG16: 92.64%
  • ResNet18: 93.02%
  • ResNet50: 93.62%
  • ResNet101: 93.75%
  • DenseNet121: 95.04%

About

95.04% on CIFAR10 with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%