HobbitLong / CMC

[arXiv 2019] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis
BSD 2-Clause "Simplified" License
1.3k stars 179 forks source link

Accuracy on ImageNet using Resnet50v1 #37

Open semi-supervised-paper opened 4 years ago

semi-supervised-paper commented 4 years ago

Hi, Thanks for your released code. I want to check something puzzling me. Does 'resnes50v2' represent 'ResNet-50' in Table 2 in the paper? Does 'resnes50v3' represent 'ResNet-50 x2' in Table 2 in the paper? If the answers are true, I want to know if you have trained 'resnet50v1' on ImageNet. Could you please share the results?

Thanks.