Skip to content

owruby/shake-drop_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ef1884 · Apr 24, 2020

History

6 Commits
Jan 21, 2019
Jan 21, 2019
Jan 21, 2019
Apr 24, 2020
Jan 21, 2019
Jan 21, 2019
Jan 21, 2019
Jan 21, 2019

Repository files navigation

Shake Drop regularization

PyTorch implementation of shake-drop regularization.

Dependencies

  • python 3.5+
  • PyTorch 1.0.0

Accuracy

CIFAR-100

Model Method Level Alpha Beta This implementaion Paper
PyramidNet ShakeDrop Batch [-1, 1] [0, 1] 83.90 83.78

CIFAR-100

Train PyramidNet(depth=110, alpha=270) with shake-drop for CIFAR-100

python train.py --epochs 300 --batch_size 128 --label 100 --lr 0.5 --depth 110 --alpha 270 --snapshot_interval 10

References

Yoshihiro Yamada, Masakazu Iwamura, Koichi Kise. "ShakeDrop regularization" ICLR2018 UnderReview

Yoshihiro Yamada, Masakazu Iwamura, Takuya Akiba, Koichi Kise. " ShakeDrop Regularization for Deep Residual Learning" arXiv:1802.02375v2

Author Torch Implementation https://github.com/imenurok/ShakeDrop

About

PyTorch implementation of shake-drop regularization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages