-
-
Notifications
You must be signed in to change notification settings - Fork 657
Deprecate CustomPeriodicEvent #984
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
Conversation
|
@michiboo thanks for the PR. Please, fix flake and black issues: https://travis-ci.org/github/pytorch/ignite/jobs/679705447#L237 To do that please see : https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md |
|
@michiboo I think you need to run once https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md#formatting-code-without-pre-commit |
|
This test seems hung. 🤔 |
Yes, ddp tests on gloo hangs a lot since some time... |
|
Arf added barriers don’t do the job 😔 |
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 @michiboo !
Fixes #983
Description:
add Deprecation warning for CustomPeriodicEvent class and remove doc related to it
Check list: