Skip to content

Barlow Twins, a New Benchmarking Module and Updated Documentation

Compare
Choose a tag to compare
@IgorSusmelj IgorSusmelj released this 18 Mar 11:34
· 930 commits to master since this release
356bd3f

Barlow Twins, a New Benchmarking Module and Updated Documentation

Barlow Twins (@AdrianArnaiz)

An implementation of the Barlow Twins architecture and loss for self-supervised learning is added. The approach measures the cross-correlation matrix between the outputs of two identical networks and making it as similar to the unit matrix as possible.

Thank you @AdrianArnaiz for your contribution

Benchmarking Module

A benchmarking module is added for simpler evaluation of models using kNN callback.

API Updates: Lightly Platform

You can now easily download your datasets from the Lightly Platform using the CLI:

lightly-download token=123 dataset_id=xyz output_dir=store/dataset/here
lightly-download token=123 dataset_id=xyz tag_name=my-tag output_dir=store/tag/here

Minor Updates and Fixes

Updated documentation and docstrings to make working with lightly simpler.
transforms can now be passed directly to the LightlyDataset. Learn more here.
Minor bug fixes and improvements.

Models