lucidrains/byol-pytorch
Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 79
- 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: 2269
- days_rel: n/a
- days_push: 128
- n_releases_24m: 0
Adoption not part of the score
1903 stars · 248 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 Bootstrap Your Own Latent (BYOL) self-supervised learning method from DeepMind. It wraps any image-based neural network so it can be trained on unlabeled images without contrastive learning or negative pairs.
Use cases
- train image encoders without labeled data
- pretrain a resnet on unlabeled images
- self-supervised representation learning in pytorch
- improve downstream supervised performance with unlabeled images
- avoid paying for image labels
- implement BYOL without contrastive negative pairs
When to choose
- you have lots of unlabeled images and few labels
- you want a simple, pip-installable BYOL implementation to wrap an existing PyTorch network
- you want to avoid contrastive learning setups like SimCLR
When to avoid
- your data is not images
- you need a full training pipeline with data loading and experiment tracking
- you need contrastive methods like SimCLR or MoCo specifically
Facets
library · maturity active
machine-learning deep-learning deep-learning machine-learning artificial-intelligence image-processing python self-supervised-learning byol pytorch representation-learning unsupervised-learning computer-vision
1 source
- readme: https://github.com/lucidrains/byol-pytorch · fetched 2026-08-28 · c868840b4c2b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lucidrains/byol-pytorch | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="lucidrains/byol-pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem