mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +00:00
Add print statement to example (#454)
* Add print statement to example * add space
This commit is contained in:
parent
51d70efbff
commit
d138ee984f
@ -4,6 +4,7 @@ from clearml import Task
|
||||
for i in range(3):
|
||||
task = Task.init(project_name="same process, multiple tasks", task_name="Task #{}".format(i))
|
||||
# Doing Task processing here
|
||||
print("Task #{} running".format(i))
|
||||
#
|
||||
#
|
||||
print("Task #{} done :) ".format(i))
|
||||
task.close()
|
||||
|
Loading…
Reference in New Issue
Block a user