lightly-ai / lightly

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

Add examples (vanilla PyTorch, PyTorch Lightning, and PyTorch Lightning Distributed) #1480

Closed johnsutor closed 8 months ago

johnsutor commented 8 months ago

This commit was proposed in #1451 and adds the appropriate examples and documentation for running those examples for the MMCR loss.

guarin commented 8 months ago

Thanks for the update! This is ready to merge. I made some small additions to make sure that the docs pages for the different examples and classes are actually shown once we publish the new docs.