Edits and add image links to integration pages

This commit is contained in:
revital
2025-03-09 08:16:24 +02:00
parent a75beafa31
commit 1cb01bd344
13 changed files with 20 additions and 10 deletions

View File

@@ -53,16 +53,19 @@ You can view all the task details in the [WebApp](../webapp/webapp_exp_track_vis
ClearML logs the scalars from training each network. They appear in the task's **SCALARS** tab in the Web UI.
![Optimization scalars](../img/integration_keras_tuner_06.png)
![Optimization scalars](../img/integration_keras_tuner_06.png#light-mode-only)
![Optimization scalars](../img/integration_keras_tuner_06_dark.png#dark-mode-only)
ClearML automatically logs the parameters of each task run in the hyperparameter search. They appear in tabular
form in the task's **PLOTS**.
![Optimization plot](../img/integration_keras_tuner_07.png)
![Optimization plot](../img/integration_keras_tuner_07.png#light-mode-only)
![Optimization plot](../img/integration_keras_tuner_07_dark.png#dark-mode-only)
ClearML automatically stores the output model. It appears in the task's **ARTIFACTS** **>** **Output Model**.
![output model](../img/integration_keras_tuner_03.png)
![output model](../img/integration_keras_tuner_03.png#light-mode-only)
![output model](../img/integration_keras_tuner_03_dark.png#dark-mode-only)
## Example