mle-infrastructure / mle-toolbox

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

Store experiment `.yaml` config file in results directory #38

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

Currently we are only copying the search_base_config.json into the search results directory. But the .yaml files in the experiment code base can change over time. We don't always want to have to dig through the protocol database. That's why I think we should simply copy the .yaml over at the beginning of the experiment to the experiment directory.

RobertTLange commented 3 years ago

Addressed in 0b898c3. Now we store the config .yaml in the experiment directory as experiment_config.yaml