LiyuanLucasLiu/RAdam
On the Variance of the Adaptive Learning Rate and Beyond observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2590
- days_rel: n/a
- days_push: 1859
- n_releases_24m: 0
Adoption not part of the score
2549 stars · 330 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RAdam is a Python implementation of Rectified Adam, a variant of the Adam optimizer that analytically reduces the large variance of adaptive learning rates in early training, removing the need for learning rate warmup. It accompanies the ICLR 2020 paper 'On the Variance of the Adaptive Learning Rate and Beyond'.
Use cases
- train transformer models without learning rate warmup
- stabilize Adam optimizer convergence in early training
- find an optimizer robust to learning rate choice
- replace warmup schedules with a variance-rectified optimizer
- reproduce ICLR 2020 RAdam paper experiments
When to choose
- you experience divergence or poor convergence with vanilla Adam on transformers or NMT
- you want to avoid tuning warmup steps and eps
- you need a drop-in Adam variant for PyTorch training
When to avoid
- you need actively maintained optimizer code or new features
- you rely on optimizers already built into modern frameworks
- you need guaranteed convergence without any learning rate tuning
Facets
library · maturity maintenance
machine-learning llm-training machine-learning deep-learning large-language-models python optimizer adam radam learning-rate-warmup pytorch research-code
6 sources
- readme: https://github.com/LiyuanLucasLiu/RAdam · fetched 2026-08-28 · ce67dcb8f654
- homepage: https://arxiv.org/abs/1908.03265 · fetched 2026-08-29 · 519b339d4488
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LiyuanLucasLiu/RAdam | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="LiyuanLucasLiu/RAdam")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem