HobbitLong / SupContrast

PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
BSD 2-Clause "Simplified" License
3.08k stars 528 forks source link

About multi-crop strategy. #66

Closed MenghaoGuo closed 3 years ago

MenghaoGuo commented 3 years ago

Hi @HobbitLong ,

Thank you for your inspiring work.

I want to know did you attempt multi-crop strategy like SWaV in your experiments ? And do you think it will work well under the supervised setting ?

Thanks.

HobbitLong commented 3 years ago

We did not try (because SupCon is a work prior to SwAV). I am not sure how the multi-crop strategy would work for SupCon.