Small edits (#261)

This commit is contained in:
pollfly
2022-05-26 11:04:51 +03:00
committed by GitHub
parent 31ab5d0af7
commit 2e3c9862cb
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