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

Create a Trainer class for learning rate scheduling #800

Open
yoptar opened this issue Apr 15, 2019 · 2 comments
Open

Create a Trainer class for learning rate scheduling #800

yoptar opened this issue Apr 15, 2019 · 2 comments
Assignees

Comments

@yoptar
Copy link
Contributor

yoptar commented Apr 15, 2019

For now learning rate scheduling is implemented using the LRScheduledModel class and its inheritors. It would be great to move this logic to a trainer class inherited from the NNTrainer class.

@vikmary
Copy link
Contributor

vikmary commented Apr 15, 2019

LRScheduledModel performs

  • learning rate and momentum updating
  • fitting of learning rate on a small subset of data (before main phase of training), see LRScheduledModel.fit for details.

@nikolay-bushkov
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants