tonylins / simclr-converter

A PyTorch converter for SimCLR checkpoints
Apache License 2.0
105 stars 11 forks source link

Fails while converting pertained checkpoint from cifar 10 #1

Open rakshith291 opened 4 years ago

rakshith291 commented 4 years ago

Since in cifar 10, as mentioned in paper we are replacing the filter size and stride in first conv layer of resnet. Probably this is causing the issue , it would be great if you can fix it.