-
-
Notifications
You must be signed in to change notification settings - Fork 648
Move param handler #1988
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
Move param handler #1988
Conversation
… contrib param_scheduler
…rning on contrib param_scheduler" This reverts commit 0a9c03a
…r.py : import all from ignite/handlers/param_scheduler.py
…ert "update lr_finder test assertion"
@fco-dv how about doing things like for ClearML <-> Trains logger: https://github.com/pytorch/ignite/blob/master/ignite/contrib/handlers/trains_logger.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fco-dv Thank you ! LGTM !
@fco-dv please update the docs. Take a look at what is rendered: https://deploy-preview-1988--pytorch-ignite-preview.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @fco-dv !
Fixes #1912
Description: Move param_scheduler handlers to core part, ensuring BC until v6.0 in the contrib sub-module.
Check list: