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

Implement configurable learning rate scheduler #135

Open
drewoldag opened this issue Dec 7, 2024 · 0 comments
Open

Implement configurable learning rate scheduler #135

drewoldag opened this issue Dec 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@drewoldag
Copy link
Collaborator

Learning Rate scheduler (described here) to be defined in the config.

Also note that learning rate schedulers can be "stacked" as in the second example code in the link listed above. This increases the complexity of the problem both in terms of the way we define things in the config file and how we implement the scheduler in the code.

@aritraghsh09 has already mentioned that indeed people do tend to use LR schedulers in the real world, but, IIRC, he hasn't yet used them.

Finally - if we do implement configurable LR schedulers, we should add the LR value to the tensorboard output.

@drewoldag drewoldag added the enhancement New feature or request label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant