facebookresearch / dora

Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
MIT License
269 stars 24 forks source link

Add use_sec_per_it option to LogProgress #10

Closed JadeCopet closed 3 years ago

JadeCopet commented 3 years ago

This PR adds an option to force display speed as sec/it in LogProgress logs rather than using it/sec by default. This option is set to False by default to preserve previous behaviour.

JadeCopet commented 3 years ago

Yes absolutely, I didn't want to diverge too much from the original spirit but this would make the log more readable. Let me update this accordingly.

adefossez commented 3 years ago

awesome thanks :)