PatrickHua / SimSiam

A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
MIT License
814 stars 135 forks source link

performance on simclr #27

Open LiewFeng opened 3 years ago

LiewFeng commented 3 years ago

Hi, @PatrickHua , thank you for your implementation. I ran the code of simclr with default parameters, except for setting the momentum as 0.9, since it's missing in the simclr_cifar.yaml. After 100 epochs, I got a 55.57% acc. It seems much lower than that in the paper. Whts's yours? Are there something wrong with my settings?