Small edits (#434)

This commit is contained in:
pollfly
2023-01-12 12:49:55 +02:00
committed by GitHub
parent d0e4d14573
commit 0934530a3a
40 changed files with 54 additions and 54 deletions

View File

@@ -153,10 +153,10 @@ Make sure a `clearml-agent` is assigned to that queue.
The values configured through the wizard are stored in the tasks hyperparameters and configuration objects by using the
[`Task.connect`](../../references/sdk/task.md#connect) and [`Task.set_configuration_object`](../../references/sdk/task.md#set_configuration_object)
methods respectively. They can be viewed in the WebApp, in the tasks **CONFIGURATION** page under **HYPER PARAMETERS** and **CONFIGURATION OBJECTS > General**.
methods respectively. They can be viewed in the WebApp, in the tasks **CONFIGURATION** page under **HYPERPARAMETERS** and **CONFIGURATION OBJECTS > General**.
ClearML automatically logs command line arguments defined with argparse. View them in the experiments **CONFIGURATION**
page under **HYPER PARAMETERS > General**.
page under **HYPERPARAMETERS > General**.
![Autoscaler configuration](../../img/examples_aws_autoscaler_config.png)