Luolc/AdaBound
An optimizer that trains as fast as Adam and as good as SGD. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2756
- days_rel: n/a
- days_push: 1137
- n_releases_24m: 0
Adoption not part of the score
2902 stars · 334 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
AdaBound is a PyTorch implementation of the AdaBound optimizer from an ICLR 2019 paper, which behaves like Adam early in training and gradually transitions to SGD for better generalization. It is a small Python library installable via pip or copy-paste, usable like any standard PyTorch optimizer.
Use cases
- train deep learning models faster than SGD with better generalization than Adam
- reduce hyperparameter tuning time for neural network training
- optimize CNNs for computer vision tasks like CIFAR-10 classification
- apply a robust optimizer to NLP model training
- replace Adam in a PyTorch training loop with minimal code changes
When to choose
- you use PyTorch and want an optimizer combining Adam's fast early training with SGD's generalization
- you want to spend less time tuning learning rates
- you want a tiny, dependency-light optimizer you can drop into your project
When to avoid
- you need a TensorFlow implementation (only promised, not shipped)
- you expect a silver bullet that eliminates all hyperparameter tuning
- you need actively developed features or support for newer PyTorch versions
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python optimizer pytorch sgd adam learning-rate iclr-2019 gpu
3 sources
- readme: https://github.com/Luolc/AdaBound · fetched 2026-08-28 · ff0a988ae195
- homepage: https://www.luolc.com/publications/adabound/ · fetched 2026-08-29 · 541c086c2306
- registry_pypi: https://pypi.org/pypi/adabound/json · fetched 2026-08-29 · 50de57787411
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Luolc/AdaBound | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem