Skip to content

TimeLimit handler for competitions #936

@sdesrozis

Description

@sdesrozis

🚀 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions