-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
🚀 Feature
What do you think to be able to terminate a run after a time of computation ? This would be useful for using ignite on runtime environments like Colab or Kaggle which limit the time of session.
An implementation of such handler is available here and can be reused : https://github.com/Minyus/pipelinex/blob/master/src/pipelinex/ops/ignite/handlers/time_limit.py
Updated link: https://github.com/Minyus/pipelinex/blob/master/src/pipelinex/extras/ops/ignite/handlers/time_limit.py
It misses documentation, tests, etc.