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

Enable save plots via DeepLogger #30

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

I want to be able to save figures that were generated during the experiment via the DeepLogger instance. This means that we need to add a function save_plot(fig, ax, fname) to the logger. When calling it for the first time a new figures directory is generated within the experiment logging directory. Note that this directory is also retrieved when generating the experiment report. We can then also save the fnames that were saved with the logger in the meta variables of the generated .hdf5 logger.

RobertTLange commented 3 years ago

Addressed in 0ff9962c2bdbca270a239a89749559d758e5e7af