Small edits (#591)

This commit is contained in:
pollfly
2023-06-11 12:04:16 +03:00
committed by GitHub
parent 59429f9010
commit 740fd4bb0b
6 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ The ClearML HPO App is available under the ClearML Pro plan
The Hyperparameter Optimization Application finds the set of parameter values that optimize a specific metric for your
model.
It takes in an existing ClearML experiment and its parameters to optimize. The parameter search space can be specified
It takes in a ClearML experiment and its parameters to optimize. The parameter search space can be specified
by specific (discrete) values and/or value ranges (uniform parameters).
The optimization app launches multiple copies of the original experiment, each time sampling different parameter sets,
@@ -21,7 +21,7 @@ limits.
## HPO Instance Configuration
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
values from the file, which can be modified before launching the app instance
* **Initial Task to Optimize** - ID of an existing ClearML task to optimize. This task will be cloned, and each clone will
* **Initial Task to Optimize** - ID of a ClearML task to optimize. This task will be cloned, and each clone will
sample a different set of hyperparameters values
* **Optimization Configuration**
* Optimization Method - The optimization strategy to employ (e.g. random, grid, hyperband)

View File

@@ -10,15 +10,15 @@ ClearML's Task Scheduler Application lets you schedule tasks for one-shot and/or
The Scheduler is useful for scheduling routine operations, such as backups, generating reports, as well
as periodically running pipelines for updating data and models.
Each scheduling job is configured with existing ClearML tasks and a scheduling specification for each task: the time
Each scheduling job is configured with ClearML tasks and a scheduling specification for each task: the time
for execution and recurrence type. The Scheduler app will then launch copies of the specified tasks at their specified
times.
## Scheduler Instance Configuration
* **Scheduled Tasks**
* **Base Task ID** - ID of an existing ClearML task to schedule. This task will be cloned and enqueued for execution at the specified time.
* **Destination Project** - The project where scheduled tasks will be saved.
* **Base Task ID** - ID of a ClearML task to clone and enqueue for execution at the specified time.
* **Destination Project** - The project where the task will be cloned to.
* **Queue** - The [ClearML Queue](../../fundamentals/agents_and_queues.md#what-is-a-queue) to which scheduled tasks are enqueued (make sure an agent is assigned to that queue)
* **Recurrence** - Recurrence type, select one of the following options:
* **None** - The task will run once at the specified time.