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

[Improvement] Core launching API / mini dora with concurrent.futures like API #37

Open adefossez opened 2 years ago

adefossez commented 2 years ago

Allow for a mini job launching only API with deduplication, supporting easily any function with kwargs.