davidtvs/pytorch-lr-finder
A learning rate range test implementation in PyTorch observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 28
- 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: 2843
- days_rel: 711
- days_push: 435
- n_releases_24m: 1
Adoption not part of the score
1008 stars · 122 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch library implementing the learning rate range test from Leslie Smith's cyclical learning rates paper, including the fastai-tweaked variant. It sweeps learning rates during a pre-training run and plots loss versus learning rate to help pick an optimal learning rate.
Use cases
- find the optimal learning rate for training a PyTorch model
- run a learning rate range test before training
- determine start and end learning rates for cyclical learning rate schedules
- plot loss vs learning rate to pick a good static LR
- tune hyperparameters for neural network training
When to choose
- you train PyTorch models and want a principled way to pick a learning rate
- you use cyclical learning rates and need boundary values
- you want a lightweight pip-installable LR finder with optional mixed-precision support
When to avoid
- you use TensorFlow, JAX, or other non-PyTorch frameworks
- you need full hyperparameter search beyond learning rate
- you want an automatic tuner rather than a diagnostic plot
Facets
library · maturity active
machine-learning benchmarking developer-tools deep-learning machine-learning developer-tools python cross-platform pytorch learning-rate-finder lr-range-test hyperparameter-tuning training
1 source
- readme: https://github.com/davidtvs/pytorch-lr-finder · fetched 2026-08-28 · 0a88b5c4d5bf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| davidtvs/pytorch-lr-finder | main | 35 |
For agents
markdown · JSON · MCP: product_card(name="davidtvs/pytorch-lr-finder")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem