mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add project overview (#8)
This commit is contained in:
@@ -18,7 +18,8 @@ model checkpoints, artifacts, and charts to cloud storage (see [Storage](../inte
|
||||
In the UI and code, tasks are grouped into projects, 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.
|
||||
Projects can be divided into sub-projects (and sub-sub-projects, etc.) just like files and subdirectories on a
|
||||
computer, making experiment organization easier.
|
||||
computer, making experiment organization easier. In the WebApp, every project has an [**Overview**](../webapp/webapp_project_overview.md)
|
||||
tab, where a project description can be written and shared.
|
||||
|
||||
Tasks that are in the system can be accessed and utilized with code. To [access a task](#accessing-tasks), it can be identified either by a
|
||||
project name & task name combination or by a unique ID.
|
||||
|
||||
Reference in New Issue
Block a user