-
-
Notifications
You must be signed in to change notification settings - Fork 620
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change LinearCyclicalScheduler to triangle wave to sawtooth wave (#3186)
* feat: change linearcyclicalscheduler triangle to sawtooth * feat: change linearcyclicalscheduler add optional flag for triangle and sawtooth wave * feat: fix LinearCyclicalScheduler - move value error location to __init__ - rename use_legacy to use_sawtooth * test: add LinearCyclicalScheduler using use_sawtooth option test * Revert "test: add LinearCyclicalScheduler using use_sawtooth option test" This reverts commit 6d10fde. * feat: Modify LinearCyclicalScheduler - add monotonic variable - check Error case * test: add test case - warmup_duration, monotonic Value Error Check - add test case for linear cyclical scheduler with warmup_duration * fix: remove #noqa E501, split sentence * fix: remove comment, emptyline. docs: add docstring in LinearCyclicalScheduler * docs: modify to proper docstring * Update ignite/handlers/param_scheduler.py --------- Co-authored-by: vfdev <[email protected]>
- Loading branch information
1 parent
2bf7c8b
commit 7fefe60
Showing
2 changed files
with
123 additions
and
1 deletion.
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
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