cybertronai/gradient-checkpointing
Make huge neural nets fit in memory 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: 3263
- days_rel: n/a
- days_push: 2320
- n_releases_24m: 0
Adoption not part of the score
2843 stars · 279 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that reduces GPU memory usage when training very deep neural networks via gradient checkpointing, trading computation for memory. It rewrites the TensorFlow computation graph so backpropagation memory scales as O(sqrt(n)) instead of linearly with layer count.
Use cases
- fit a huge neural network into GPU memory
- train deep networks with large batch sizes
- reduce memory cost of backpropagation
- train 10x larger models on the same GPU
- apply sublinear-memory gradient computation in TensorFlow
When to choose
- you train very deep feed-forward models in TensorFlow 1.x and hit GPU memory limits
- you can afford ~20% extra compute time to fit a much larger model or batch size
When to avoid
- you use PyTorch or modern frameworks with built-in checkpointing
- you need actively maintained TensorFlow 2.x support
- compute time is more constrained than memory
Facets
library · maturity maintenance
machine-learning deep-learning llm-training gpu-computing deep-learning machine-learning gpu-computing python gradient-checkpointing tensorflow memory-optimization backpropagation training gpu
1 source
- readme: https://github.com/cybertronai/gradient-checkpointing · fetched 2026-08-28 · ef3a4bba47ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cybertronai/gradient-checkpointing | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="cybertronai/gradient-checkpointing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem