SupContrast
SupContrast copied to clipboard
Execution of code for ImageNet code (Moco trick)
Dear author, thanks so much for the brilliant work. Could you guide me in the execution of code for the Imagenet dataset?
Cheers
Hi, you may just need to combine the momentum encoder idea from the MoCo code, with the SupCon loss here. Our paper did not use the MoCo trick, tho.