-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Major] Support Custom Learning Rate Scheduler (#1637)
* enable re-training * update scheduler * change scheduler for continued training * add test * fix metrics logging * include feedback * get correct optimizer states * fix tests * enable setting the scheduler * update for onecyclelr * add tests and adapt docstring * fix array mismatch * robustify scheduler config * clean up train config setup * restructure train model config * remove continue train * fix regularization * fix regularization of holidays test * address events reg test * fixed reg tests * fix save * move to debug folder * debugging * fix custom lr * set finding lr arg * add logging of progress and lr * update lr schedulers to use epochs * fix lr-finder * improve num_training calculation for lr-finder and remove loss-min for lr calc * large changeset - isolate lr-finder * fix progressbar * remove dataloader from model * fix callbacks ProgressBar * fixing tuner * fix tuner * readd prep_or_copy * undo copy of model, loader, trainer * add comment about separate lr finder copies * improve lr finder comment --------- Co-authored-by: Constantin Weberpals <[email protected]>
- Loading branch information
1 parent
4744ef1
commit 4459338
Showing
17 changed files
with
1,759 additions
and
1,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.