question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove deprecated CustomPeriodicEvent

See original GitHub issue

🚀 Feature

It is time to remove deprecated class CustomPeriodicEvent and corresponding related entries in the docs and the tests:

  • remove file ignite/contrib/handlers/custom_events.py
  • remove tests tests/ignite/contrib/handlers/test_custom_events.py
  • other occurencies of CustomPeriodicEvent in other tests, code and docs

If you would like to help the project and work on this issue, please leave a message here. For any questions or guidance, feel free to ask here as well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
vfdev-5commented, Aug 28, 2020

@Tawishi seems like we forgot about this notebook example : https://github.com/pytorch/ignite/blob/master/examples/notebooks/EfficientNet_Cifar100_finetuning.ipynb - Cell 40. Would you be interested in fixing that in another PR ? At the same it can be an opportunity to learn about Ignite’s API and neural networks.

1reaction
Tawishicommented, Aug 28, 2020

@Tawishi same here, just remove them as there is no more CustomPeriodicEvent. Thanks !

Thank you @vfdev-5 for guiding me through this ! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove deprecated CustomPeriodicEvent (part 2) · Issue #1375 ...
Fixing this issue can be an opportunity to learn about Ignite's API and neural networks. For Hacktoberfest contributors, feel free to ask questions...
Read more >
Suppressing deprecated warnings in Xcode - Stack Overflow
Try -Wno-deprecated-declarations , or its corresponding setting in Xcode, ... To disable warning from third-party header file, add following line at the top ......
Read more >
ignite.contrib.handlers — PyTorch-Ignite v0.4.3 Documentation
DEPRECATED. Use filtered events instead. Handler to define a custom periodic events as a number of elapsed iterations/epochs for an engine. When ...
Read more >
<deprecated>false</deprecated> Where is it documented ...
Can I just remove the <deprecated> elements? Can I do something to stop the <deprecated> elements from spreading in my code base? Can...
Read more >
pytorch-ignite Changelog - pyup.io
Remove deprecated arguments from `BaseLogger` (1051). - Deprecated `CustomPeriodicEvent` (984). - `RunningAverage` now computes output quantity average ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found