Unanswered
Hi Everyone,
I’M Playing With Datasets In Clearml. I Can Successfully Register Them, But I’M Not Entirely Clear How To Attach A Plot To It. If I Create A Task, My Plots Are Auto-Logged, But To Attached The Task, Not To The Dataset As I Would Like To.
You can add scalars/plots manually with the following:
https://clear.ml/docs/latest/docs/references/sdk/logger#report_scalar
And you can see usage in the following example:
https://github.com/allegroai/clearml/blob/master/examples/reporting/scalar_reporting.py
You can also report various plots as shown in the following examples as well:
https://github.com/allegroai/clearml/blob/master/examples/reporting/scatter_hist_confusion_mat_reporting.py
https://github.com/allegroai/clearml/blob/master/examples/reporting/matplotlib_manual_reporting.py
173 Views
0
Answers
2 years ago
one year ago