mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-15 05:04:31 +00:00
Update click and hydra images
This commit is contained in:
parent
e8426050f0
commit
31380570e4
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 32 KiB |
BIN
docs/img/integrations_click_configs_dark.png
Normal file
BIN
docs/img/integrations_click_configs_dark.png
Normal file
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 |
BIN
docs/img/integrations_hydra_configs_dark.png
Normal file
BIN
docs/img/integrations_hydra_configs_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user