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

Fix TiCoLoss #1484

Closed guarin closed 8 months ago

guarin commented 8 months ago

Changes

The figure in the paper suggests that no gradients are back-propagated through the batch covariance matrix B:

Screen Shot 2024-01-23 at 15 54 28

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1e3412) 84.40% compared to head (85e2622) 84.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1484 +/- ## ========================================== - Coverage 84.40% 84.38% -0.03% ========================================== Files 139 139 Lines 5777 5756 -21 ========================================== - Hits 4876 4857 -19 + Misses 901 899 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.