HobbitLong / SupContrast

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

MoCo code #117

Open carloalbertobarbano opened 1 year ago

carloalbertobarbano commented 1 year ago

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

yaoerqin commented 4 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.