Ross ROSS = Recommend OSS · open-source software intelligence for agents

LiyuanLucasLiu/RAdam

On the Variance of the Adaptive Learning Rate and Beyond observed · 2026-08-28

github.com/LiyuanLucasLiu/RAdam · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
LiyuanLucasLiu/RAdammain32

For agents

markdown · JSON · MCP: product_card(name="LiyuanLucasLiu/RAdam")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem