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 an example of grid with hydra config like "model.hidden_dim=512" #24

Closed louismartin closed 2 years ago

louismartin commented 2 years ago

Add an example of hydra style overrides in grids, it took me a while to figure out. I haven't tested if it works though.