Skip to content

Releases: lightly-ai/lightly

Paginate API client endpoints

13 Jul 12:16
944c838
Compare
Choose a tag to compare

Remove prefetch-generator

04 Jul 12:28
891a793
Compare
Choose a tag to compare

Changes

  • Remove prefetch_generator as this is supported natively by PyTorch 1.7 and higher.
  • Improve error messages for scheduled jobs with invalid configurations.
  • Correctly create SelectionConfig with repeated object references.

Models

SimCLR with finetuning benchmark

27 Jun 15:40
a008e62
Compare
Choose a tag to compare

DINO ResNet50 benchmarks

20 Jun 14:09
fffb59e
Compare
Choose a tag to compare

Changes

  • Add benchmarks of the DINO model using a ResNet50 backbone #1254
  • openapi: setuptools not required at run-time #1289 Thanks to @adamjstewart for making this fix!

Models

New API Generator

13 Jun 17:20
83fa420
Compare
Choose a tag to compare

Changes

Models

Benchmarks and deprecated code removal

07 Jun 08:24
6457085
Compare
Choose a tag to compare

Changes

  • SwAV ImageNet benchmark have been added (#1231)
  • VicRegL Vertical Flip Probability (#1266) thanks to @iamharsha1999
  • The multiviewcollate is now replaced with default collate (#1262)
  • Docstrings have been updated
  • We have removed deprecated code for active learning (#1251) and recommend to use our more powerful approach to active learning as outlined in one or our tutorials
  • We have removed deprecated lightly-upload code (#1247)

Models

Small fixes

23 May 16:31
cd562d1
Compare
Choose a tag to compare

Changes

  • Fix torch.distributed import in vicregl_loss.py (#1239)
  • API Client: remove default query_tag_name from ApiWorkflowClient.upload_scores (#1243)

Models

SimCLR ImageNet benchmark and improved documentation

11 May 16:27
ad71afd
Compare
Choose a tag to compare

Changes

  • add benchmark for SimCLR ImageNet
  • API client improvements: sample creation with write URLs, handling of relevant filenames, support for num_processes and num_threads
  • documentation improvements: a cleanup of the README, new overview chart and better links

Models

MocoV3 and better support for distributed

03 May 08:36
ba288d7
Compare
Choose a tag to compare

Changes

  • add support for MoCoV3 projection head. Thanks to @adamjstewart
  • better support for distributed training: Better error messages and bugfixes
  • updated benchmark results on Cifar10

Models

SimCLRV2 Projection Head

25 Apr 12:26
dda9e84
Compare
Choose a tag to compare

Changes

  • Add support for SimCLRV2 projection head. Thanks to @adamjstewart!
  • Add by default BatchNorm layers to SimCLR projection head. Thanks to @adamjstewart!

Models