diff --git a/docs/fundamentals/task.md b/docs/fundamentals/task.md index 8b010cb3..fc5fd2ab 100644 --- a/docs/fundamentals/task.md +++ b/docs/fundamentals/task.md @@ -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) 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 how to group tasks, though different models or objectives are usually grouped into different projects. diff --git a/docs/guides/set_offline.md b/docs/guides/set_offline.md index 6e81e79f..7ad2d167 100644 --- a/docs/guides/set_offline.md +++ b/docs/guides/set_offline.md @@ -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 ``` +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/.zip`. + ## Uploading local session In order to upload to the ClearML Server the local execution data that the Task captured offline, use the