Metadata-Version: 2.1
Name: pytorch-warmup-scheduler
Version: 0.0.1
Summary: PyTorch implementation of warmup scheduler
Home-page: https://github.com/hysts/pytorch_warmup-scheduler
Author: hysts
License: MIT
Platform: Linux
Platform: Mac OS-X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PyTorch Warmup Scheduler

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/hysts/pytorch_warmup-scheduler/blob/main/notebooks/demo.ipynb)

This is a PyTorch implementation of the warmup scheduler.

![](assets/image00.png)
![](assets/image01.png)


## Installation

```bash
pip install pytorch-warmup-scheduler
```


## References

- Goyal, Priya, Piotr Dollár, Ross Girshick, Pieter Noordhuis, Lukasz Wesolowski, Aapo Kyrola, Andrew Tulloch, Yangqing Jia, and Kaiming He. "Accurate, Large Minibatch SGD: Training ImageNet in 1 Hour." arXiv preprint arXiv:1706.02677 (2017). [arXiv:1706.02677](https://arxiv.org/abs/1706.02677)




