Skip to content

DINO tricks, Imagenette benchmarks, API improvements

Compare
Choose a tag to compare
@MalteEbner MalteEbner released this 15 Mar 16:20
· 645 commits to master since this release
3f23e7b

DINO tricks, Imagenette benchmarks, API improvements

DINO tricks

DINOHead now allows to freeze the last layer which stabilizes the model performance.
DINOHead now also allows to normalise the last layer.
This was implemented by @Atharva-Phatak. Thank you very much!

Imagenette benchmarks

We now include benchmarks of all models on Imagenette.

API Improvements

Better documentation of custom metadata

The CLI command to upload custom metadata is now included in the command line tool examples.

Better dataset upsizing

Upsizing a dataset in the Lightly Platform by adding more samples to it now cannot happen accidentally anymore, instead you have to specify append=True. Furthermore, bugs regarding appending new custom metadata have been fixed.

Create ApiWorkflowClient with token from env

When creating an ApiWorkflowClient, you can now pass the token as environment variable LIGHTLY_TOKEN instead of as argument.

Bugfixes in check_embeddings()

When checking embedding files, now columns like masked and selected are accounted for properly.

Models