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

Make .pdf report generation optional #35

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

There appears to be a problem with the dependency wkhtmltopdf on the SGE cluster. .md and .html reports don't require this dependency. Either add an option for selecting the different report types or a try/except statement to handle missing installation.

RobertTLange commented 3 years ago

Addressed in dc9ed01. Now there is an pdf_gen option that has to be passed to the ReportGenerator if you want to also generate the .pdf report.