lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.86k stars 247 forks source link

New Benchmarks #1197

Open guarin opened 1 year ago

guarin commented 1 year ago

We are in the process of updating our benchmark code and adding benchmarks on the ImageNet dataset. The goal of this issue is to coordinate and track progress of the update.

The new benchmark code lives in lightly/benchmarks and initial focus is on reference implementations for the various SSL methods following the settings from the respective papers. We'll limit training to 100 epochs and small batch sizes (2x128) for now due to limited compute resources.

Note: The benchmarking code is very much work in progress, there will be frequent and breaking changes.

Implemented Methods

Contribute

Contributions are very welcome! You can help us with the following:

Let us know if you are working on a model and we can help you out with reviews/compute :)

ibro45 commented 1 year ago

Will you be creating a tensorboard with training losses of all these networks? May be useful when a user wants to get an idea of how the loss behaves during training.

guarin commented 1 year ago

Hi, yes this is the goal :)