lessw2020/Ranger-Deep-Learning-Optimizer
Ranger - a synergistic optimizer using RAdam (Rectified Adam), Gradient Centralization and LookAhead in one codebase 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2571
- days_rel: n/a
- days_push: 985
- n_releases_24m: 0
Adoption not part of the score
1207 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ranger is a PyTorch deep learning optimizer that synergistically combines RAdam (Rectified Adam), LookAhead, and Gradient Centralization in a single codebase. It is a drop-in optimizer intended to improve training stability and final accuracy compared to standard Adam/AdamW.
Use cases
- optimize neural network training in pytorch
- improve image classifier accuracy over adamw
- train deep learning models with radam and lookahead
- apply gradient centralization to conv and fc layers
- beat fastai leaderboard scores with a better optimizer
When to choose
- you are training PyTorch models and want a stronger optimizer than AdamW
- you want to experiment with RAdam, LookAhead, and Gradient Centralization together
- you are following fastai-style training recipes with flat LR plus cosine annealing
When to avoid
- you need actively developed optimizers - consider Ranger21 or torch.optim built-ins
- you are not using PyTorch
- you need guaranteed state-of-the-art results on your specific task without benchmarking
Facets
library · maturity maintenance
machine-learning deep-learning deep-learning machine-learning python optimizer radam lookahead gradient-centralization pytorch
1 source
- readme: https://github.com/lessw2020/Ranger-Deep-Learning-Optimizer · fetched 2026-08-28 · b1c7b76f55b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lessw2020/Ranger-Deep-Learning-Optimizer | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="lessw2020/Ranger-Deep-Learning-Optimizer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem