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:
- Created 3 years ago
- Comments:15 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Thank you @vfdev-5 for guiding me through this ! 😄