plstcharles / thelper

Training framework & tools for PyTorch-based machine learning projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This shoud be dict not str

cyril-p opened this issue · comments

return json.dumps(report, indent=4) if isinstance(report, str) else None

On renvoie un json, donc on devrait verifier si isinstance(report, dict) plutot que str

Will be fixed in next release (v0.4.4).