mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Documentation examples
This commit is contained in:
@@ -20,7 +20,8 @@ from tensorflow.keras.optimizers import RMSprop
|
||||
from clearml import Task, Logger
|
||||
|
||||
|
||||
# Connecting ClearML
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name='examples', task_name='Keras HP optimization base')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user