mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Capitalized examples task name, updated example requirements (#573)
This commit is contained in:
@@ -60,7 +60,7 @@ Vestibulum dictum ipsum at viverra ultrices. Aliquam sed ante massa. Quisque con
|
||||
def main():
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name="examples", task_name="text reporting")
|
||||
task = Task.init(project_name="examples", task_name="Text reporting")
|
||||
|
||||
print("reporting text logs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user