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

@@ -12,7 +12,7 @@ from clearml import Task
# Connecting ClearML with the current process,
# from here on everything is logged automatically
task = Task.init(project_name='examples', task_name='tensorboard toy example')
task = Task.init(project_name='examples', task_name='TensorBoard toy example')
k = tf.placeholder(tf.float32)