fast-autoaugment icon indicating copy to clipboard operation
fast-autoaugment copied to clipboard

The result on ResNet18 is frustrating

Open iamhankai opened this issue 4 years ago • 1 comments

Hi Ildoo, thank you for sharing great code.

I tried ResNet18 on ImageNet, but the result is not good. Have you ever experimented on ResNet18, or do you have any suggestions?

Hyperparameters: SGD with linear lr=0.4, batch=1024, weight decay=1e-4, epochs=120.

method top1
baseline 70.68
fast aa 70.22

The learning curves: image

iamhankai avatar Apr 01 '20 11:04 iamhankai

@iamhankai

There is a bug with learning rate scheduler with recent version of pytorch. I fixed it so you can try again.

Also I will look into this problem as soon as I can.

https://github.com/kakaobrain/fast-autoaugment/commit/2424224291616a2158a2265069ee95a78a2d13d9

ildoonet avatar Apr 11 '20 16:04 ildoonet