sthalles / SimCLR

PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
https://sthalles.github.io/simple-self-supervised-learning/
MIT License
2.21k stars 458 forks source link

Reproduced Results #1

Closed chenwydj closed 4 years ago

chenwydj commented 4 years ago

Hi @sthalles ! Thank you very much for the great effort!

Is the table in your readme contains the results you reproduced? If so, have you ever considered using ResNet50 as backbone? As The SimCLR paper mainly uses ResNet50.

Thanks!

sthalles commented 4 years ago

There are pre-trained models using ResNet50. Thanks