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

Within toolbox seed control - multi-seed, SMBO, PBT exploration #79

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

We need more control over the random seed within the overall experiment execution. Replication yadayada. This includes the following:

Ideally, this should be set via set_random_seeds directly at the start of run.py and in the num_seeds of the .yaml file.

RobertTLange commented 3 years ago

Addressed in 1b9c741.