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

Convert `.json` job configuration to `.yaml` #83

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

No more stupid formatting errors. Originally I believed that it may make sense to separate different types of configs (job vs experiment) with different file types, but I don't believe so anymore. Most ML people use .yaml configurations already and they are a lot cleaner to read.