Hi MinuteCamel2 ๐ :
You can use report_single_value
method, like in https://github.com/allegroai/clearml/blob/c10486b9e559254ee0b4707691949fcebb93550f/examples/reporting/scalar_reporting.py#L23 ๐
Hi guys, what is the best way to report singular scalars? For example, in my experiment I calculate metrics (precision, recall, etc) at the end. Iโd like to report them to ClearML and then compare experiments based on those metrics. So far Iโve only worked with report_scalar
, but I donโt want to use graphs.
Hi MinuteCamel2 ๐ :
You can use report_single_value
method, like in https://github.com/allegroai/clearml/blob/c10486b9e559254ee0b4707691949fcebb93550f/examples/reporting/scalar_reporting.py#L23 ๐