HobbitLong / SupContrast

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

MoCo code #117

Open carloalbertobarbano opened 2 years ago

carloalbertobarbano commented 2 years ago

Hi, can you release the moco code you used for imagenet? Thanks

yaoerqin commented 8 months ago

@HobbitLong Hello there, I'm curious about this implementation of MoCo version, because the accuracy is also high. Why didn't you choose the MoCo version as the hardware requirements is pretty less than the SimCLR version. Thank you.