mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#256)
This commit is contained in:
@@ -68,7 +68,7 @@ def job_complete_callback(
|
||||
|
||||
## Initialize the Optimization Task
|
||||
|
||||
Initialize the Task, which will be stored in **ClearML Server** when the code runs. After the code runs at least once, it
|
||||
Initialize the Task, which will be stored in ClearML Server when the code runs. After the code runs at least once, it
|
||||
can be [reproduced](../../../webapp/webapp_exp_reproducing.md) and [tuned](../../../webapp/webapp_exp_tuning.md).
|
||||
|
||||
We set the Task type to optimizer, and create a new experiment (and Task object) each time the optimizer runs (`reuse_last_task_id=False`).
|
||||
@@ -92,7 +92,7 @@ Create an arguments dictionary that contains the ID of the Task to optimize, and
|
||||
optimizer will run as a service, see [Running as a service](#running-as-a-service).
|
||||
|
||||
In this example, an experiment named **Keras HP optimization base** is being optimized. The experiment must have run at
|
||||
least once so that it is stored in **ClearML Server**, and, therefore, can be cloned.
|
||||
least once so that it is stored in ClearML Server, and, therefore, can be cloned.
|
||||
|
||||
Since the arguments dictionary is connected to the Task, after the code runs once, the `template_task_id` can be changed
|
||||
to optimize a different experiment.
|
||||
|
||||
Reference in New Issue
Block a user