mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
2 stars 0 forks source link

Global Project Config #77

Closed RobertTLange closed 2 years ago

RobertTLange commented 2 years ago

I think I would like the idea of allowing for a .mle_project configuration file, which sets defaults (e.g. Slurm partition, experiment/config directories) for an entire project. At mle run startup we could search for the existence of this file and if it exists use these values (if not overwritten by experiment configuration).

RobertTLange commented 2 years ago

I think design-wise this should either be taken care of by the general mle_config.toml or the experiment .yaml configuration file.