Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The result on ResNet18 is frustrating #42

Open
iamhankai opened this issue Apr 1, 2020 · 1 comment
Open

The result on ResNet18 is frustrating #42

iamhankai opened this issue Apr 1, 2020 · 1 comment

Comments

@iamhankai
Copy link

iamhankai commented Apr 1, 2020

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

@ildoonet
Copy link
Contributor

@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.

2424224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants