MANIFEST.in
README.md
setup.py
examples/emnist/download.py
examples/emnist/main.py
examples/emnist/figs/accuracy.png
examples/emnist/figs/learning_rate.png
examples/plots/effective_warmup_period.py
examples/plots/warmup_schedule.py
examples/plots/figs/warmup_period.png
examples/plots/figs/warmup_schedule.png
pytorch_warmup/__init__.py
pytorch_warmup/base.py
pytorch_warmup/radam.py
pytorch_warmup/untuned.py
pytorch_warmup.egg-info/PKG-INFO
pytorch_warmup.egg-info/SOURCES.txt
pytorch_warmup.egg-info/dependency_links.txt
pytorch_warmup.egg-info/requires.txt
pytorch_warmup.egg-info/top_level.txt
test/__init__.py
test/test_base.py
test/test_radam.py
test/test_untuned.py