mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Small edits (#261)
This commit is contained in:
parent
31ab5d0af7
commit
2e3c9862cb
@ -97,7 +97,7 @@ ClearML provides methods to directly access a task’s 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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user