Capitalized examples task name, updated example requirements (#573)

This commit is contained in:
Rizwan Hasan
2022-02-14 14:18:41 +06:00
committed by GitHub
parent ba2e349d0c
commit b494232134
50 changed files with 59 additions and 57 deletions

View File

@@ -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")