Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 569 Bytes

Grams: Gradient Descent with Adaptive Momentum Scaling

arXiv PyPI - Version

image

Install

pip install grams-pytorch

How to use

Import:

from grams import Grams

Instantiate:

optimizer = Grams(lr=1e-3, weight_decay=0.0)