Skip to content

Releases: lightly-ai/lightly

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

W-MSE Loss and Transform

09 Jan 15:13
67dc269
Compare
Choose a tag to compare

Changes

  • Add MoCoV2 ImageNet benchmarks.
  • Make KNN feature normalization optional.
  • Implement W-MSE Loss and Transform (thanks @johnsutor).
  • Update generated specs with datasource expiration.

Models

MMCR

13 Dec 14:29
6bed85d
Compare
Choose a tag to compare

Changes

  • Add MMCR loss and transform in #1446. Thanks to @johnsutor!
  • Update README to reflect correct import for LightlyDataset in #1437. Thanks to @dnth!
  • Fix MoCoV2 transform parameters in #1441
  • Set model to eval for benchmark knn and linear classification in #1444
  • Remove extra mean calculation in VICRegLoss in #1450. Thanks to @RylanSchaeffer for pointing out the issue!
  • Fix MultiCropTransform crop_max_scales check in #1454. Thanks to @Djoels for pointing out the issue!

Models

Typecheck part of models

28 Nov 16:27
546f94c
Compare
Choose a tag to compare

Changes

  • Typecheck part of models
  • Polish benchmarks page
  • Update specs

Models

Typecheck part of utils

21 Nov 09:33
8b6acf4
Compare
Choose a tag to compare

Changes

  • Typecheck part of utils
  • Add ability to download the new reportv2.json
  • Update specs

Models

Cyclic Cosine Scheduler

04 Oct 07:51
3dc9bcf
Compare
Choose a tag to compare

Changes

Models