simclr icon indicating copy to clipboard operation
simclr copied to clipboard

Selective kernel ratio hyperparameter

Open slala2121 opened this issue 3 years ago • 2 comments

For the SSL pretrained and supervised trained ImageNet models, what was the sk_ratio? Also, was the se_ratio = 0? What does the se_ratio represent? Thanks.

slala2121 avatar Jun 17 '21 01:06 slala2121

se_ratio is always 0 so you can ignore. in the released simclrv2 models, sk_ratio is set either 0 (wo sk) or 0.0625 (w sk).

chentingpc avatar Jun 18 '21 01:06 chentingpc

Thanks. Also the paper mentions it uses EMA of 0.99 and memory buffer of 64. What do these hyperparameters correspond to and how can they be set in the code?

slala2121 avatar Jun 18 '21 13:06 slala2121