mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#594)
This commit is contained in:
@@ -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).
|
||||
:::
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user