We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The learning curves:
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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.
The learning curves:
The text was updated successfully, but these errors were encountered: