Small edits (#594)

This commit is contained in:
pollfly
2023-06-13 12:21:35 +03:00
committed by GitHub
parent b2849c423d
commit c256f46993
11 changed files with 13 additions and 108 deletions

View File

@@ -23,8 +23,8 @@ the `offline_mode` argument to `True`
* Before running a task, set `CLEARML_OFFLINE_MODE=1`
:::caution
Offline mode only works with tasks created using `Task.init` and not with those created
using the `Task.create` method.
Offline mode only works with tasks created using [`Task.init()`](../references/sdk/task.md#taskinit) and not with those created
using [`Task.create()`](../references/sdk/task.md#taskcreate).
:::

View File

@@ -24,7 +24,7 @@ For this tutorial, use one of the following as a project:
The leaderboard will track experiments in one or all projects.
Begin by opening the **ClearML Web UI** and selecting a project, by doing one of the following:
Begin by opening the [ClearML Web UI](../../webapp/webapp_overview.md) and selecting a project, by doing one of the following:
* On the Dashboard, click a project card or **VIEW ALL**.
* On the Projects page, click a project card or the **All projects** card.