Change task_name in tensorboardX example (#432)

This commit is contained in:
pollfly 2021-08-22 13:44:21 +03:00 committed by GitHub
parent 922e8b5e74
commit aba130eb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ def main():
# Connecting ClearML with the current process,
# from here on everything is logged automatically
task = Task.init(project_name="examples", task_name="pytorch with tensorboardX")
task = Task.init(project_name="examples", task_name="pytorch with video tensorboardX")
writer = SummaryWriter("runs")
writer.add_text("TEXT", "This is some text", 0)