clearml-docs/docs/guides/reporting/text_reporting.md
2023-09-04 15:40:42 +03:00

606 B

title
Text Reporting

The text_reporting.py script demonstrates reporting explicit text, by calling the Logger.report_text method.

ClearML reports these tables in the ClearML Web UI, experiment details, CONSOLE tab.

When the script runs, it creates an experiment named text reporting in the examples project.

# report text
Logger.current_logger().report_text("hello, this is plain text")

image