Replies: 1 comment
-
You could refer to https://github.com/open-mmlab/mmpretrain/blob/main/mmpretrain/models/selfsup/byol.py#L85 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was training self-supervised model training with byol, I found that the CosineSimilarityLoss value can be lower to -1 and remain stable around -3.
According to the definition of CosineSimilarityLoss and the document/source code,I thought the value should be with in [-1 , 1]. Could anyone tell me the reason?
Beta Was this translation helpful? Give feedback.
All reactions