simclr icon indicating copy to clipboard operation
simclr copied to clipboard

Data augument for supervised models

Open Dashi-1997 opened this issue 5 years ago • 2 comments

Hello, does the supervised comparison model you provided here use the same data enhancement method(random crop (with resize and random flip), random color distortion, and random Gaussian blur)? image

Dashi-1997 avatar Jan 22 '21 14:01 Dashi-1997

No, they are trained with standard resnet settings (e.g. random crop augmenttion, no color augmentation or gaussian blur). With the extra augmentations and a longer training schedule, you could expect the supervised models to be improved roughly 0.5-2%.

chentingpc avatar Jan 24 '21 22:01 chentingpc

Hello @chentingpc , does the supervised comparison model resnet50 1x use the same hyperparameter, optimizer and the scheduler as the example settings as follows? ( batch_size: 256, baselr: 0.1, weight_decay: 1e-4, optimizer: SGD(momentum: 0.99), scheduler: StepLR(step_size=30, gamma:0.1) Using the settings above, I can't reproduce your acc. 😢

Zoe-Wan avatar Jul 30 '22 04:07 Zoe-Wan