HobbitLong / SupContrast

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

What mean, std and other datapreprocessing transforms did you use for ImageNet? #144

Open LightingMc opened 8 months ago

LightingMc commented 8 months ago

It would really help me to know this information.

HobbitLong commented 8 months ago

Hi, @LightingMc ,

It has been a long time, but IIRC, the augmentation used is here.