mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Documentation examples
This commit is contained in:
@@ -43,7 +43,8 @@ def report_table(logger, iteration=0):
|
||||
|
||||
|
||||
def main():
|
||||
# Create the experiment Task
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name="examples", task_name="table reporting")
|
||||
|
||||
print('reporting pandas tables and python lists as tables into the plots section')
|
||||
|
||||
Reference in New Issue
Block a user