IgorSusmelj / barlowtwins

Implementation of Barlow Twins paper
MIT License
99 stars 12 forks source link

Do you do linear evaluation? #6

Open cucutone opened 2 years ago

cucutone commented 2 years ago

I've seen some implementations of SimCLR, MoCo, BYOL and they have a python file that does linear evaluation. Simply, they froze the parameters of the trained encoder (resnet18 or resnet50) and only train a FC to see the top1 accuracy on test dataset. Do you do this testing? I'm asking because I'm not sured what does the kNN-acc do in this project. Thank you and look forward to your reply.