vturrisi / solo-learn

solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning
MIT License
1.39k stars 181 forks source link

missing temperature in mocov3.py #293

Closed yutaro-s closed 1 year ago

yutaro-s commented 1 year ago

Hi,

I think the temperature argument is missing in mocov3.py

https://github.com/vturrisi/solo-learn/blob/main/solo/methods/mocov3.py#L211

Thank you.

vturrisi commented 1 year ago

Thanks for pointing it out! Gonna fix it tomorrow.