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

Document init param in dora grid #50

Closed alexisthual closed 1 year ago

alexisthual commented 1 year ago

Closes #49. Modify README.md to document --init in dora grid.

adefossez commented 1 year ago

thanks a lot @alexisthual !