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

facebookresearch/schedule_free

Schedule-Free Optimization in PyTorch observed · 2026-08-28

github.com/facebookresearch/schedule_free · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 94
  • Release rhythm 35
  • Longevity 63

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: 889
  • days_rel: n/a
  • days_push: 36
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2323 stars · 78 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch library implementing schedule-free optimizers (SGD, AdamW, RAdam variants) that remove the need for learning rate schedules or specifying training length in advance. Based on the 'The Road Less Scheduled' paper, it replaces momentum with interpolation and averaging.

Use cases

  • train deep learning models without tuning learning rate decay schedules
  • avoid specifying total training steps in advance
  • replace cosine decay schedules in PyTorch training loops
  • train LLMs with schedule-free AdamW
  • get better test loss than scheduled optimizers at any stopping point

When to choose

  • you use PyTorch and want to eliminate learning rate schedule tuning
  • you don't know the total number of training steps ahead of time
  • you want to match or beat cosine/linear decay schedules without scheduling

When to avoid

  • you need a Jax implementation (use Optax's version instead)
  • you rely on optimizers incompatible with the train/eval mode switching pattern
  • you need minimal memory overhead beyond the base optimizer with the reference variants

Facets

library · maturity active

machine-learning llm-training machine-learning deep-learning large-language-models python pytorch-optimizers schedule-free-learning learning-rate-schedule adamw sgd research

1 source

Member repositories

RepositoryRoleHealth v2
facebookresearch/schedule_freemain67

For agents

markdown · JSON · MCP: product_card(name="facebookresearch/schedule_free")

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