Hi, I try to use TF history and to report the metrics in the end of the training. this is how I try to do it: history = model.fit(.....) logger.report_scalar...
3 years ago
Hi, I try to report a plot to clearML in this way: task.get_logger().report_plotly(title="Train-Val loss", series="sepal", iteration=0, figure=fig) but I got...
3 years ago
Hi, how I can to control on the notifications mode? I got many warnings, like: 2021-01-07 16:02:07,939 - clearml.metrics - WARNING - cannot write mode RGBA a...
3 years ago