Skip to content

torch(vision) and lightly.api independence

Compare
Choose a tag to compare
@japrescott japrescott released this 03 Mar 09:15
· 420 commits to master since this release
14350fb

This release includes some breaking changes, especially for our users of the the Lightly Worker
Please follow the migration guide to see version compatibility.

Breaking Changes

  • Make lightly.api independent of torch(vision) (breaking).
  • Validate the config created by the api (breaking).
  • Fix scheduling jobs with config v2 (breaking).

Changes

  • Add benchmarks results with new GaussianBlur implementation.
  • Add transforms for all SSL models.
  • Remove extra pooling layers from benchmarks.

Other

  • Set creator on various endpoints in pip.

Models