Text Reporting
Trains is now ClearML
This documentation applies to the legacy Trains versions. For the latest documentation, see ClearML.
The text_reporting.py demonstrates reporting explicit text reporting, by calling the Logger.report_text.
Trains reports these tables in the Trains 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")