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

Remove the need to look at Tensorboard for LR #241

Open
erikrose opened this issue Jun 29, 2020 · 1 comment
Open

Remove the need to look at Tensorboard for LR #241

erikrose opened this issue Jun 29, 2020 · 1 comment
Labels
good first issue python Requires work in primarily the Python language

Comments

@erikrose
Copy link
Contributor

It's a drag for people to have to install tensorboard, run the server, surf to the page, then learn to interpret it. And then they have to remember to check it again if the rules they add change the learning rate they need. It seems like we ought to be able to pick a LR automatically, perhaps by watching for oscillations or something even more clever. (The Adam optimizer does dial in the LRs (one per input, in fact) automatically, but it can take several iterations. In the meantime, early stopping fires off prematurely, leaving you with an incorrect result.)

@erikrose erikrose added the python Requires work in primarily the Python language label Jun 29, 2020
@erikrose
Copy link
Contributor Author

erikrose commented Jul 6, 2020

It should be sufficient to watch for deviations from monotonicity in the training loss or maybe the validation loss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue python Requires work in primarily the Python language
Projects
None yet
Development

No branches or pull requests

1 participant