Skip to content

Releases: lightly-ai/lightly

DenseCL, SSL model improvements

25 Jul 09:25
6e264d6
Compare
Choose a tag to compare
  • Adds the DenseCL: Dense Contrastive Learning for Self-Supervised Visual Pre-Training method. See the docs.
  • Add TiCoTransform, thanks @radiradev!
  • Improvements to the pre-commit hooks, thanks @SauravMaheshkar!
  • Fix memory bank issue when using gather_distributed=True and training on a single GPU
  • Fix student head update in DINO benchmark
  • Various improvements to MaskedVisionTransformer
  • Renaming of Lightly SSL to LightlySSL

Models

pydantic2 compatibility

11 Jul 09:41
d09a6b5
Compare
Choose a tag to compare
  • Lightly is now compatible with pydantic2
  • migrated to pyproject

Models

Numpy version compatibility

24 Jun 16:01
8346959
Compare
Choose a tag to compare

Two changes w.r.t numpy version 2:

  • Make lightly itself support numpy version 2: #1561
  • Disallow numpy 2.0 in the requirements, as torchvision is not yet compatible with numpy 2: #1562

For more context, see #1558

Models

v1.5.7

21 Jun 07:16
2b55b5d
Compare
Choose a tag to compare

Tiny improvements

  • Increase download timeout for json files (#1556)
  • Migrate coverage and mypy configuration to pyproject.toml #1549). Many thanks to @SauravMaheshkar for this improvement!

Models

v1.5.6

05 Jun 12:57
f9c4c69
Compare
Choose a tag to compare

Changes

  • Allow lightly-serve to run securely via https by passing ssl_cert and ssl_key

Models

Add unpatchify model utils operation

29 May 13:05
7500a0f
Compare
Choose a tag to compare

Changes

  • Add unpatchify model utils operation to reconstruct an image from its patches. See the PR for more information. Thanks to @randombenj for implementing this!
  • Fixes in CI regarding coverage.
  • Fixes in lightly-serve that the server was sometimes not shut down correctly.

Models

Multi-GPU

16 May 12:53
a3de571
Compare
Choose a tag to compare

Changes

  • Fixes the GatherLayer for multiple GPUs. See PR for more information.
  • Different typos in tutorials

Models

UX improvements

17 Apr 09:28
be17ad2
Compare
Choose a tag to compare

Changes

  • Removed the hydra warning when using lightly-serve
  • Improved the error messages and formatting of "well known" errors to improve the readability

Models

Better docs for MAE and TIMM

26 Mar 13:00
9bda4ee
Compare
Choose a tag to compare

Changes

  • add benchmark results for MAE
  • add timm version info to docs

Models

MAE to use TIMM VIT

13 Mar 08:37
5bc8008
Compare
Choose a tag to compare

Changes

Models