Merged
Conversation
vfdev-5
reviewed
Jul 7, 2021
vfdev-5
reviewed
Jul 7, 2021
Rm previously introduced OptimizerParam class to ensure BC
rename test file
vfdev-5
reviewed
Jul 9, 2021
vfdev-5
reviewed
Jul 9, 2021
vfdev-5
reviewed
Jul 9, 2021
vfdev-5
reviewed
Jul 9, 2021
vfdev-5
reviewed
Jul 20, 2021
vfdev-5
reviewed
Jul 20, 2021
vfdev-5
reviewed
Jul 20, 2021
sdesrozis
reviewed
Sep 28, 2021
sdesrozis
reviewed
Sep 28, 2021
sdesrozis
reviewed
Sep 28, 2021
sdesrozis
reviewed
Sep 28, 2021
Co-authored-by: Sylvain Desroziers <[email protected]>
…eduler / add tests
…eduler # Conflicts: # ignite/handlers/param_scheduler.py
sdesrozis
reviewed
Oct 1, 2021
sdesrozis
reviewed
Oct 1, 2021
| keys_to_remove = ["save_history"] | ||
| for key in keys_to_remove: | ||
| if key in scheduler_kwargs: | ||
| del scheduler_kwargs[key] |
Contributor
Author
There was a problem hiding this comment.
yes, but what do you have in mind precisely :) ?
Collaborator
There was a problem hiding this comment.
A test that executes this function and thus cover this line 99.
sdesrozis
reviewed
Oct 1, 2021
vfdev-5
reviewed
Oct 11, 2021
vfdev-5
reviewed
Oct 11, 2021
fco-dv
added a commit
to fco-dv/ignite
that referenced
this pull request
Nov 14, 2021
vfdev-5
added a commit
that referenced
this pull request
Nov 21, 2021
* #2090 make work EMAHandler with StateParamScheduler * #2295 update docstring for parameter `create_new` * #2295 fixing attach method logic and update associated tests * #2295 fix unused import / remove useless test * #2295 fix tests * #2295 rm else statement * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * #2295 update tests assert messages * #2295 update tests, add working example with EMAHandler Co-authored-by: vfdev <[email protected]>
fco-dv
added a commit
to fco-dv/ignite
that referenced
this pull request
Nov 23, 2021
* pytorch#2090 make work EMAHandler with StateParamScheduler * pytorch#2295 update docstring for parameter `create_new` * pytorch#2295 fixing attach method logic and update associated tests * pytorch#2295 fix unused import / remove useless test * pytorch#2295 fix tests * pytorch#2295 rm else statement * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * pytorch#2295 update tests assert messages * pytorch#2295 update tests, add working example with EMAHandler Co-authored-by: vfdev <[email protected]>
Ishan-Kumar2
pushed a commit
to Ishan-Kumar2/ignite
that referenced
this pull request
Dec 26, 2021
* pytorch#2090 make work EMAHandler with StateParamScheduler * pytorch#2295 update docstring for parameter `create_new` * pytorch#2295 fixing attach method logic and update associated tests * pytorch#2295 fix unused import / remove useless test * pytorch#2295 fix tests * pytorch#2295 rm else statement * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * Update ignite/handlers/state_param_scheduler.py Co-authored-by: vfdev <[email protected]> * pytorch#2295 update tests assert messages * pytorch#2295 update tests, add working example with EMAHandler Co-authored-by: vfdev <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1913
Description:
Enlarge the scope of
ParamSchedulerlike it is done in MONAI to schedule any hyperparameter while ensuring backward compatibility.Check list: