ahmdtaha / simsiam

Pytorch implementation of Exploring Simple Siamese Representation Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

performance of cifar100

tzhxs opened this issue · comments

commented

Thanks for your implementation, could you provide the accuracy you got with cifar100?

Sure, I shall report that tonight.

pretrain_main.py achieves 56.xx %. Without actually running it, I expect the classifier to achieve 56+1%
Here is the complete pretrain sample run

commented

pretrain_main.py achieves 56.xx %. Without actually running it, I expect the classifier to achieve 56+1%
Here is the complete pretrain sample run

thanks for prompt reply!