Small edits (#261)

This commit is contained in:
pollfly 2022-05-26 11:04:51 +03:00 committed by GitHub
parent 31ab5d0af7
commit 2e3c9862cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ ClearML provides methods to directly access a tasks logged parameters.
To get all of a task's parameters and properties (hyperparameters, configuration objects, and user properties), use the
[Task.get_parameters](../references/sdk/task.md#get_parameters) method, which will return a dictionary with the parameters,
including their sub-sections (see [WebApp sections](#webapp-access) below).
including their sub-sections (see [WebApp sections](#webapp-interface) below).
## WebApp Interface

View File

@ -297,15 +297,15 @@ Upgrading to this version requires a manual [data migration](../deploying_clearm
**Features**
* Add experiment hyperparameter grouping:
* **HYPER PARAMETERS** tab renamed to **CONFIGURATIONS**.
* **CONFIGURATIONS** tab contains the sections **USER PROPERTIES**, **HYPER PARAMETERS**, **CONFIGURATION OBJECTS**
* **HYPER PARAMETERS** tab renamed to **CONFIGURATION**.
* **CONFIGURATION** tab contains the sections **USER PROPERTIES**, **HYPER PARAMETERS**, **CONFIGURATION OBJECTS**
* Add user properties group. Key-value pairs always editable (**USER PROPERTIES** section).
* Add command line options group * argparse and older experiments parameters (**CONFIGURATIONS / HYPER PARAMETERS / Args**).
* Add TensorFlow definitions group (**CONFIGURATIONS / HYPER PARAMETERS / TF_DEFINE**).
* Add environment variables group (**CONFIGURATIONS / HYPER PARAMETERS / Environment**).
* Improve experiment model configuration:
* Model design is in the **ARTIFACTS** tab.
* Experiment model description is in the **CONFIGURATIONS OBJECTS** section in the **CONFIGURATIONS** tab.
* Experiment model description is in the **CONFIGURATION OBJECTS** section in the **CONFIGURATION** tab.
* Improve experiment comparison:
* In hyperparameter parallel coordinate comparison, hover over an experiment name to highlight it on plot ([GitHub Issue #53](https://github.com/allegroai/trains/issues/53)).
* Remove fields providing no additional information from comparison.