rwth-i6 / sisyphus

A Workflow Manager in Python
Mozilla Public License 2.0
45 stars 25 forks source link

Add timer to print update #228

Closed Atticus1806 closed 4 hours ago

Atticus1806 commented 9 hours ago

When running experiments in subgraphs I often encounter that only 3-4 trainings and nothing else is running. When only doing recognitions on e.g. the last checkpoint this causes the manager to not print an update for a long time. Since the Training job info also includes the current epoch, its desirable for me to print an update every x seconds.
Thus I propose this flag that if set does this.