lightly-ai / lightly

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

Add MMCRProjectionHead #1481

Closed guarin closed 5 months ago

guarin commented 5 months ago

We should add the projection head for the MMCR paper: https://arxiv.org/abs/2303.03307 It should have the same architecture as SImCLR but with dimensions (8192, 8192, 512).

guarin commented 5 months ago

Completed in #1493