SimCLRv2-Pytorch
SimCLRv2-Pytorch copied to clipboard
Pretrained SimCLRv2 models in Pytorch
hello, Do you have a way to convert it to keras?
Could you please explain what --ema is in the readme? Also, could you provide a requirements.txt, that's really important when dealing with tensorflow and pytorch combined. Thank you!
Hello, when I get the output of verify.py for converted (pretrained) r50_1x_sk0, it is 45.09 with --ema and 45.76 without --ema. I checked the output of model (before fc) and...
By reading Simclr V2 paper, I can only find 'ema' in "The memory buffer is set to 64K, and exponential moving average (EMA) decay is set to 0.999 according to...
Hello, what do '--ema','--supervised' mean in convert.py?