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

Feature request: Specify grids by absolute path #33

Open louismartin opened 2 years ago

louismartin commented 2 years ago

I know we discussed this already but I'm creating this issue for future reference in case we want to implement it in the future.

It would be nice to be able to specify grids with absolute paths, e.g. dora grid grids/my_grid.py, in addition to grid names.

The advantages that I see are: