Skip to content

Conversation

@michiboo
Copy link
Contributor

Fixes #983

Description:
add Deprecation warning for CustomPeriodicEvent class and remove doc related to it

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Apr 26, 2020

@michiboo thanks for the PR. Please, fix flake and black issues: https://travis-ci.org/github/pytorch/ignite/jobs/679705447#L237
and we can merge it 👍

To do that please see : https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Apr 26, 2020

@michiboo I think you need to run once black ., then add and commit modified file and it will be OK. Thanks !

https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md#formatting-code-without-pre-commit

@erip
Copy link
Contributor

erip commented Apr 26, 2020

This test seems hung. 🤔

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Apr 26, 2020

This test seems hung. 🤔

Yes, ddp tests on gloo hangs a lot since some time...

@sdesrozis
Copy link
Contributor

sdesrozis commented Apr 26, 2020

Arf added barriers don’t do the job 😔

@vfdev-5 vfdev-5 changed the title Deprecate custom event Deprecate CustomPeriodicEvent Apr 26, 2020
Copy link
Collaborator

@vfdev-5 vfdev-5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @michiboo !

@vfdev-5 vfdev-5 merged commit c3c1ff2 into pytorch:master Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate ignite.contrib.handlers.custom_events.CustomPeriodicEvent

4 participants