mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Add offline mode information (#31)
This commit is contained in:
parent
85760c4540
commit
cd12b8dfb8
@ -13,7 +13,9 @@ information as well as execution outputs.
|
|||||||
|
|
||||||
All the information captured by a task is by default uploaded to the [ClearML Server](../deploying_clearml/clearml_server.md)
|
All the information captured by a task is by default uploaded to the [ClearML Server](../deploying_clearml/clearml_server.md)
|
||||||
and it can be visualized in the [ClearML WebApp](../webapp/webapp_overview.md) (UI). ClearML can also be configured to upload
|
and it can be visualized in the [ClearML WebApp](../webapp/webapp_overview.md) (UI). ClearML can also be configured to upload
|
||||||
model checkpoints, artifacts, and charts to cloud storage (see [Storage](../integrations/storage.md)).
|
model checkpoints, artifacts, and charts to cloud storage (see [Storage](../integrations/storage.md)). Additionally,
|
||||||
|
there is an option to work with tasks in Offline Mode, in which all information is saved in a local folder (see
|
||||||
|
[Storing Task Data Offline](../guides/set_offline.md)).
|
||||||
|
|
||||||
In the UI and code, tasks are grouped into [projects](projects.md), which are logical entities similar to folders. Users can decide
|
In the UI and code, tasks are grouped into [projects](projects.md), which are logical entities similar to folders. Users can decide
|
||||||
how to group tasks, though different models or objectives are usually grouped into different projects.
|
how to group tasks, though different models or objectives are usually grouped into different projects.
|
||||||
|
@ -30,6 +30,9 @@ ClearML Task: created new task id=offline-372657bb04444c25a31bc6af86552cc9
|
|||||||
ClearML Task: Offline session stored in /home/user/.clearml/cache/offline/b786845decb14eecadf2be24affc7418.zip
|
ClearML Task: Offline session stored in /home/user/.clearml/cache/offline/b786845decb14eecadf2be24affc7418.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
All the information captured by the Task is saved locally. Once the task script finishes execution, it's zipped. The
|
||||||
|
session's zip folder's location is `~/.clearml/cache/offline/<task_id>.zip`.
|
||||||
|
|
||||||
## Uploading local session
|
## Uploading local session
|
||||||
|
|
||||||
In order to upload to the ClearML Server the local execution data that the Task captured offline, use the
|
In order to upload to the ClearML Server the local execution data that the Task captured offline, use the
|
||||||
|
Loading…
Reference in New Issue
Block a user