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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user