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

Replace all DotDic with DotMap #14

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

DotDic is manually defined. DotMap (https://github.com/drgrib/dotmap) seems more stable and better maintained. Replace everywhere in config/log wrapping and add to requirements.

RobertTLange commented 3 years ago

Addressed in 1a77930a7422cd7fe25d78565969b992aff36428 - I also got rid for now of the cross validation setup. This made things less clean/minimal.