mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-15 10:10:33 +00:00
Add screenshots (#58)
This commit is contained in:
parent
4d87fd238e
commit
397a7d5a41
@ -28,11 +28,22 @@ The diagram above demonstrates the typical flow of hyperparameter optimization w
|
|||||||
1. Clone the base task. Each clone's parameter is overridden with a value from the optimization task
|
1. Clone the base task. Each clone's parameter is overridden with a value from the optimization task
|
||||||
1. Enqueue each clone for execution by a ClearML Agent
|
1. Enqueue each clone for execution by a ClearML Agent
|
||||||
1. The Optimization Task records and monitors the cloned tasks' configuration and execution details, and returns a
|
1. The Optimization Task records and monitors the cloned tasks' configuration and execution details, and returns a
|
||||||
summary of the optimization results
|
summary of the optimization results in tabular and parallel coordinate formats, and in a scalar plot.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<details className="cml-expansion-panel screenshot">
|
||||||
|
<summary className="cml-expansion-panel-summary">Parallel coordinate and scalar plots</summary>
|
||||||
|
<div className="cml-expansion-panel-content">
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
|
|
||||||
### Supported Optimizers
|
### Supported Optimizers
|
||||||
|
|
||||||
The `HyperParameterOptimizer` class contains **ClearML**’s hyperparameter optimization modules. Its modular design enables
|
The `HyperParameterOptimizer` class contains **ClearML**’s hyperparameter optimization modules. Its modular design enables
|
||||||
|
@ -160,6 +160,8 @@ The "name" argument, is the name of the section that the object will go into. If
|
|||||||
|
|
||||||
See [here](https://github.com/allegroai/clearml/blob/master/examples/reporting/model_config.py) for a detailed example.
|
See [here](https://github.com/allegroai/clearml/blob/master/examples/reporting/model_config.py) for a detailed example.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Manual Parameter Access
|
## Manual Parameter Access
|
||||||
|
|
||||||
### Manual Parameter Input
|
### Manual Parameter Input
|
||||||
|
@ -25,6 +25,7 @@ project name & task name combination or by a unique ID.
|
|||||||
|
|
||||||
It's possible to copy ([clone](../webapp/webapp_exp_reproducing.md)) a task multiple times and to modify it for re-execution.
|
It's possible to copy ([clone](../webapp/webapp_exp_reproducing.md)) a task multiple times and to modify it for re-execution.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Task sections
|
## Task sections
|
||||||
|
|
||||||
|
BIN
docs/img/fundamentals_hpo_parallel_coordinates.png
Normal file
BIN
docs/img/fundamentals_hpo_parallel_coordinates.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
docs/img/fundamentals_hpo_scalars.png
Normal file
BIN
docs/img/fundamentals_hpo_scalars.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
docs/img/fundamentals_hyperparameters_config_objects.png
Normal file
BIN
docs/img/fundamentals_hyperparameters_config_objects.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
docs/img/fundamentals_task.png
Normal file
BIN
docs/img/fundamentals_task.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user