camall3n / onager

Lightweight python library for launching experiments and tuning hyperparameters, either locally or on a cluster
MIT License
20 stars 4 forks source link

Add full hydra support #47

Open camall3n opened 1 year ago

camall3n commented 1 year ago

Hydra combines args and values with = (db=mysql) and optionally uses + and ~ prefixes. It also uses . and / characters for specifying hierarchical overrides.

camall3n commented 1 year ago

Partly addressed by +arg-mode hydra in 7acaa94, but this only really captures the = syntax, and it's a bit of a hack

camall3n commented 1 year ago

Related to #33