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

Store dora stuff in `dora_outputs` instead of `outputs`? #27

Closed louismartin closed 2 years ago

louismartin commented 2 years ago

https://github.com/facebookresearch/dora/blob/7e5d8942189126afbd4cf716b10bbd35aab12fbd/dora/conf.py#L147

Store dora stuff in dora_outputs instead of outputs for more clarity? I was not sure what package created the outputs dir in my repo.