Metadata-Version: 2.1
Name: pytorch-warmup
Version: 0.0.3
Summary: A PyTorch Extension for Learning Rate Warmup
Home-page: https://github.com/Tony-Y/pytorch_warmup
Author: Takenori Yamamoto
Author-email: yamamoto.takenory@gmail.com
License: UNKNOWN
Description: # A PyTorch Extension for Learning Rate Warmup
        
        This library contains PyTorch implementations of the warmup schedules described in [On the adequacy of untuned warmup for adaptive optimization](https://arxiv.org/abs/1910.04209).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
