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

How to evaluate the trained model? #10

Closed zwy1996 closed 3 years ago

zwy1996 commented 4 years ago

Hello,

Thanks for your nice work! When I used your code, I found that I can not download the pre-trained model, So the code was trained from scratch, could you offer the pre-trained model ?

The second question was that how to evaluate the model.

Thank you very much!