You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a first version, we can have a scheduler concept that links to our optimizer and contains logic for scheduling/adapting learning rate. Optimizers need to have learning rates accessible/modifiable.
The text was updated successfully, but these errors were encountered:
We need to add support for learning rate scheduling when training models, similar to this:
https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler
For a first version, we can have a scheduler concept that links to our optimizer and contains logic for scheduling/adapting learning rate. Optimizers need to have learning rates accessible/modifiable.
The text was updated successfully, but these errors were encountered: