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

Default learning rate and other hyper params. #6

Open
msultan opened this issue Dec 9, 2017 · 1 comment
Open

Default learning rate and other hyper params. #6

msultan opened this issue Dec 9, 2017 · 1 comment

Comments

@msultan
Copy link

msultan commented Dec 9, 2017

Based upon some testing, I am starting to think that the default learning rate of 1e-4 is probably too low for our applications and might be better to bump it up to 5e-3 or even 1e-2. This is mostly based on empirical observations that the higher learning rates tend to get "similar" looking models even with differing architectures, batch sizes, and number of epochs. It also helps that we have the Adam optimizer which can attenuate the rate as training goes forward.

@brookehus
Copy link
Member

Could also look at adaptive learning rate as a function of epoch

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