Reza-Safdari / SimSiam-91.9-top1-acc-on-CIFAR10

Pytorch implementation of the paper Exploring Simple Siamese Representation Learning.
66 stars 16 forks source link

Normalizing features #4

Closed rahulvigneswaran closed 2 years ago

rahulvigneswaran commented 2 years ago

Why do you normalize only the train features and not the val features?

https://github.com/Reza-Safdari/SimSiam-91.9-top1-acc-on-CIFAR10/blob/f7365684399b1e6895f81ff059eaa4e2b8c73608/simsiam/validation.py#L62

Reza-Safdari commented 2 years ago

It is just a mistake and I'll fix this issue asap.