Update click and hydra images

This commit is contained in:
revital 2025-03-11 08:50:55 +02:00
parent e8426050f0
commit 31380570e4
6 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -42,7 +42,8 @@ if __name__ == '__main__':
When this code is executed, ClearML logs your command-line arguments, which you can view in the
[WebApp](../webapp/webapp_overview.md), in the task's **Configuration > Hyperparameters > Args** section.
![click configuration](../img/integrations_click_configs.png)
![click configuration](../img/integrations_click_configs.png#light-mode-only)
![click configuration](../img/integrations_click_configs_dark.png#dark-mode-only)
In the UI, you can clone the task multiple times and set the clones' parameter values for execution by the [ClearML Agent](../clearml_agent.md).
When the clone is executed, the executing agent will use the new parameter values as if set by the command-line.

View File

@ -22,7 +22,8 @@ task = Task.init(task_name="<task_name>", project_name="<project_name>")
ClearML logs the OmegaConf as a blob and can be viewed in the
[WebApp](../webapp/webapp_overview.md), in the task's **CONFIGURATION > CONFIGURATION OBJECTS > OmegaConf** section.
![Hydra configuration](../img/integrations_hydra_configs.png)
![Hydra configuration](../img/integrations_hydra_configs.png#light-mode-only)
![Hydra configuration](../img/integrations_hydra_configs_dark.png#dark-mode-only)
## Modifying Hydra Values