Text Reporting¶
The text_reporting.py demonstrates reporting explicit text reporting, by calling the Logger.report_text.
ClearML reports these tables in the ClearML Web UI, experiment details, RESULTS tab, LOG sub-tab.
When the script runs, it creates an experiment named text reporting
, which is associated with the examples
project.
# report text
Logger.current_logger().report_text("hello, this is plain text")