diff --git a/docs/fundamentals/hyperparameters.md b/docs/fundamentals/hyperparameters.md index 44055309..77ba62bc 100644 --- a/docs/fundamentals/hyperparameters.md +++ b/docs/fundamentals/hyperparameters.md @@ -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 diff --git a/docs/release_notes/ver_0_16.md b/docs/release_notes/ver_0_16.md index 83c7c712..9bf065f6 100644 --- a/docs/release_notes/ver_0_16.md +++ b/docs/release_notes/ver_0_16.md @@ -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.