PatrickHua / SimSiam

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

About the transfer learning experiment section of the code #43

Open Scr-w opened 3 years ago

Scr-w commented 3 years ago

Thanks for your work. Could you please tell me the code for the transfer learning experiment section? Looking forward to your reply.

geekbgm commented 3 years ago

this code use linear evaluation protocol in transfer learning. And linear evaluation part is implemented in linear_eval.py. please, check my opinion.