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

About initial learning rate #15

Closed
lld533 opened this issue May 3, 2019 · 2 comments
Closed

About initial learning rate #15

lld533 opened this issue May 3, 2019 · 2 comments

Comments

@lld533
Copy link

lld533 commented May 3, 2019

Hi,

May I know what's the initial learning rate used in Cifar10 and Cifar100 experiments (-b 128 on 2 GPU cards)? The default value 0.1 or the sample value 0.05? Many thanks in advance!

@prlz77
Copy link
Owner

prlz77 commented May 3, 2019

Hi!

Following the original LUA implementation, for BS=128, the learning rate should be 0.1, since they use lr=0.05 for BS=64 and 0.025 for BS=32.

@lld533
Copy link
Author

lld533 commented May 3, 2019

Hi!
Following the original LUA implementation, for BS=128, the learning rate should be 0.1, since they use lr=0.05 for BS=64 and 0.025 for BS=32.

Thanks!

@lld533 lld533 closed this as completed May 3, 2019
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