Skip to content

Releases: lightly-ai/lightly

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

Documentation Improvements

26 Sep 12:41
a0f4bb0
Compare
Choose a tag to compare

Changes

  • Small improvements to documentation
  • Added types to embedding scripts (kudos to @agpeshal!)
  • Fix: Handle OPTIONS method for lightly-serve script

Models

VICReg benchmarks on Imagenet

19 Sep 13:53
0ecace0
Compare
Choose a tag to compare

Changes

  • We have evaluated our VICReg implementation on Imagenet (check it out).
  • Docs update to emphasize difference between Lightly SSL and the company.
  • Allow filenames with commas in embedding files and datasets.
  • Fix: Imagenet benchmarks memory problems.

Models

Types!

12 Sep 12:38
1a0039e
Compare
Choose a tag to compare

Changes

  • Add mypy and type the package partially (#1382). lightly.transforms is fully typed. We'll gradually add types for the other modules.
  • Add py.typed files for typed parts of the package (#1382). This makes types available when working with lightly from other codebases.
  • Add support to resume benchmark training (#1347). Thanks a lot to @sadimanna!
  • Remove docs for outdated/internal API methods (#1385).
  • Make the relative_path argument optional when scheduling a Lightly Worker run with local storage (#1384).

Models

BarlowTwins Benchmark on ImageNet

29 Aug 10:54
6092e09
Compare
Choose a tag to compare

Changes

  • Added a new benchmark of BarlowTwins on ImageNet.
  • Optimized performance of the BarlowTwinsLoss computation, making it much faster
  • Fixed a bug in the CosineWarmupScheduler. Thanks to @anishacharya for pointing out the problem.
  • Cleaned the setup.py

Models

Lightly Local Workflow

22 Aug 09:06
904714f
Compare
Choose a tag to compare

Changes

  • Prepare for local workflow support:
    • add lightly-serve command
    • regenerate specs
  • Fix docstrings

Models