libffcv/ffcv
FFCV: Fast Forward Computer Vision (and other ML workloads!) 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1785
- days_rel: n/a
- days_push: 808
- n_releases_24m: 0
Adoption not part of the score
2993 stars · 181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FFCV is a fast data loading system for PyTorch that dramatically increases data throughput in model training by replacing standard data loaders with an optimized binary format and asynchronous pipeline. It enables training models like ImageNet in minutes on a single GPU with drop-in loader replacement.
Use cases
- speed up pytorch model training data loading
- train imagenet fast on one gpu
- convert dataset to fast binary format for training
- replace torchvision dataloader with faster alternative
- accelerate image augmentation pipeline on gpu
- train cifar-10 in under a minute
- reduce cloud cost of model training
When to choose
- training vision models where data loading is the bottleneck
- large image datasets with repeated training epochs
- cost-sensitive GPU training on a single machine
When to avoid
- non-image or streaming datasets with complex formats
- Windows or macOS-first workflows (Linux is best supported)
- projects needing frequent dataset mutation after conversion
Facets
library · maturity maintenance
machine-learning data-science etl image-processing machine-learning computer-vision deep-learning python cross-platform pytorch data-loading dataloader image-decoding training-acceleration gpu-training data-engineering linux gpu
5 sources
- readme: https://github.com/libffcv/ffcv · fetched 2026-08-28 · 97a41107f075
- homepage: https://ffcv.io · fetched 2026-08-29 · 34e3129a8efe
- site_page: https://docs.ffcv.io · fetched 2026-08-29 · 8f96973f536b
- site_page: https://docs.ffcv.io/quickstart.html · fetched 2026-08-29 · cd5811a0133a
- registry_pypi: https://pypi.org/pypi/ffcv/json · fetched 2026-08-29 · ff9344061cef
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| libffcv/ffcv | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem