dvlab-research / Parametric-Contrastive-Learning

Parametric Contrastive Learning (ICCV2021) & GPaCo (TPAMI 2023)
https://arxiv.org/abs/2107.12028
MIT License
241 stars 32 forks source link

Why not use NormedLinear_Classifier? #4

Closed GeoffreyChen777 closed 3 years ago

GeoffreyChen777 commented 3 years ago

Hi, thanks for your work!

I noticed that you didn't use NormedLinear_Classifier. In your model you just use a nn.Linear.

What's the reason?

Thanks!

jiequancui commented 3 years ago

Hi, Thank you for your question! There are no special reasons. We observed that after the training, the weight of the classifier has been almost normalized.