Add project overview (#8)

This commit is contained in:
pollfly
2021-07-13 17:03:38 +03:00
committed by GitHub
parent b87ea3b9d7
commit 7e907a0ffc
4 changed files with 39 additions and 1 deletions

View File

@@ -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.