diff --git a/docs/img/integrations_click_configs.png b/docs/img/integrations_click_configs.png index 06e3e2de..db11bd9a 100644 Binary files a/docs/img/integrations_click_configs.png and b/docs/img/integrations_click_configs.png differ diff --git a/docs/img/integrations_click_configs_dark.png b/docs/img/integrations_click_configs_dark.png new file mode 100644 index 00000000..6f51ab21 Binary files /dev/null and b/docs/img/integrations_click_configs_dark.png differ diff --git a/docs/img/integrations_hydra_configs.png b/docs/img/integrations_hydra_configs.png index d60cd4ec..1e9d1761 100644 Binary files a/docs/img/integrations_hydra_configs.png and b/docs/img/integrations_hydra_configs.png differ diff --git a/docs/img/integrations_hydra_configs_dark.png b/docs/img/integrations_hydra_configs_dark.png new file mode 100644 index 00000000..cda231ae Binary files /dev/null and b/docs/img/integrations_hydra_configs_dark.png differ diff --git a/docs/integrations/click.md b/docs/integrations/click.md index c1169615..995fdd2c 100644 --- a/docs/integrations/click.md +++ b/docs/integrations/click.md @@ -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. - + + 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. diff --git a/docs/integrations/hydra.md b/docs/integrations/hydra.md index faaa41b0..306698fd 100644 --- a/docs/integrations/hydra.md +++ b/docs/integrations/hydra.md @@ -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. - + + ## Modifying Hydra Values