| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-28 | 2.3 kB | |
| v1.5.24 source code.tar.gz | 2026-05-28 | 3.3 MB | |
| v1.5.24 source code.zip | 2026-05-28 | 4.2 MB | |
| Totals: 3 Items | 7.5 MB | 2 | |
Implement LeJEPA!
What's Changed
- isort and black for python pre-commit hook by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1909
- [DOCS] Fix errors in CONTRIBUTING.md by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1911
- [MNT-style]: Migrate from black, isort, and pylint to ruff by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1914
- Main, knn_classifier and simclr modifications by @Quentincami in https://github.com/lightly-ai/lightly/pull/1901
- fix override errors in masked causal vision transformer by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1913
- Add more Lightly in Research papers by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1921
- [MNT-style]: Add ruff pydocstyle for Google-style docstrings by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1918
- Fix SIGReg distributed gradient under DDP by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1923
- [ENH] Add LeJEPA core building blocks by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1916
- refactor: simplify LeJEPA loss and module surface by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1926
- [MNT] SIGReg cleanup: dedup tests, backfill docstring, document weights by @RecreationalMath in https://github.com/lightly-ai/lightly/pull/1925
- Add LEJEPA examples by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1927
- feat: Implement DSE (Dense representation Structure Estimator) by @IgorSusmelj in https://github.com/lightly-ai/lightly/pull/1929
- docs: consolidate imagenet benchmark readme by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1931
- feat: implement iBOT++ loss by @IgorSusmelj in https://github.com/lightly-ai/lightly/pull/1930
- Release LightlySSL v1.5.24 by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1933
- feat: add LeJEPA benchmark and metrics by @gabrielfruet in https://github.com/lightly-ai/lightly/pull/1932
New Contributors
- @RecreationalMath made their first contribution in https://github.com/lightly-ai/lightly/pull/1911
- @Quentincami made their first contribution in https://github.com/lightly-ai/lightly/pull/1901
Full Changelog: https://github.com/lightly-ai/lightly/compare/v1.5.23...v1.5.24