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

Refactor `MLELogger` into separate repository #78

Closed RobertTLange closed 2 years ago

RobertTLange commented 2 years ago

I believe it could be useful to strip down some of the toolbox complexity and to have a separate package for the logger utilities called mle-logging. Furthermore, I would like to disentangle the class. Currently there are ca. 650 lines of code, which do the job -- but this can be cleaner. Here are a couple of rough steps:

RobertTLange commented 2 years ago

Done! See https://github.com/RobertTLange/mle-logging