mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Change task_name in tensorboardX example (#432)
This commit is contained in:
parent
922e8b5e74
commit
aba130eb1f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user