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
262 stars 24 forks source link

[Improvement] Better grid API and experience #34

Open adefossez opened 2 years ago

adefossez commented 2 years ago

better grid api for retrieving xps.

faster explorer evaluation for hydra.

potentially extra config "confirm_cancel" ?

"no_auto_cancel" flag for messing around.

allow to "abandon" xps when it should be canceled for transferring ownership. but maybe better to have a mechanism to transfer ownership, e.g. last grid to run XP owns it.