Skip to content

Releases: lightly-ai/lightly

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

Schedule Lightly Worker jobs with config version v4

20 Feb 17:41
f37c67a
Compare
Choose a tag to compare

This release includes some breaking changes for users of Lightly Worker.

Breaking Changes

  • Jobs are now scheduled with config v4 and require Lightly Worker 2.11 (breaking).

Changes

  • Add mmcr projection head (thanks @LukeSutor )
  • Update argument type hints where the default is set to None to use Optional (thanks @otavioon)
  • Fix TiCoLoss (thanks @guarin )
  • Add timm version check
  • fix parsing and caching issues with lightly-serve
  • allow to use lightly behind a proxy by setting HTTPS_PROXY and LIGHTLY_CA_CERTS

Models

AIM Model and EMP-SSL Loss

24 Jan 16:34
c1e3412
Compare
Choose a tag to compare

Changes

Models