mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#500)
This commit is contained in:
@@ -33,12 +33,12 @@ automated workflows in one (or both) of the following ways:
|
||||
* Through the ClearML Web UI (without working directly with code), by cloning experiments and enqueuing them to the
|
||||
queue that a ClearML Agent is servicing.
|
||||
|
||||
The agent facilitates [overriding task execution detail](webapp/webapp_exp_tuning.md) values through the UI without
|
||||
code modification. Modifying a task clone’s configuration will have the ClearML agent executing it override the
|
||||
original values:
|
||||
* Modified package requirements will have the experiment script run with updated packages
|
||||
* Modified recorded command line arguments will have the ClearML agent inject the new values in their stead
|
||||
* Code-level configuration instrumented with [`Task.connect`](references/sdk/task.md#connect) will be overridden by modified hyperparameters
|
||||
The agent facilitates [overriding task execution detail](webapp/webapp_exp_tuning.md) values through the UI without
|
||||
code modification. Modifying a task clone’s configuration will have the ClearML agent executing it override the
|
||||
original values:
|
||||
* Modified package requirements will have the experiment script run with updated packages
|
||||
* Modified recorded command line arguments will have the ClearML agent inject the new values in their stead
|
||||
* Code-level configuration instrumented with [`Task.connect`](references/sdk/task.md#connect) will be overridden by modified hyperparameters
|
||||
|
||||
For more information, see [ClearML Agent Reference](clearml_agent/clearml_agent_ref.md),
|
||||
and [configuration options](configs/clearml_conf.md#agent-section).
|
||||
|
||||
@@ -26,8 +26,12 @@ Filter the hyper-datasets to find the one you’re looking for more easily. Thes
|
||||
|
||||
In Project view, project cards display a project’s summarized hyper-dataset information:
|
||||
|
||||
<div class="max-w-50">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
* Project name
|
||||
* Number of hyper-datasets in project
|
||||
* Tags used by hyper-datasets in project
|
||||
@@ -39,8 +43,12 @@ Click on a project card to view its hyper-datasets.
|
||||
|
||||
In List view, the Hyper-Dataset cards display summarized dataset information:
|
||||
|
||||
<div class="max-w-50">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
* Dataset name
|
||||
* Time since last update. Hover over elapsed time to view date of last update
|
||||
* User updating the Dataset
|
||||
|
||||
@@ -31,8 +31,12 @@ Filter the datasets to find the one you’re looking for more easily. These filt
|
||||
|
||||
In Project view, project cards display a project’s summarized dataset information:
|
||||
|
||||
<div class="max-w-50">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
* Project name
|
||||
* Number of datasets in project
|
||||
* Tags used by datasets in project
|
||||
|
||||
@@ -26,8 +26,12 @@ Filter the pipelines to find the one you’re looking for more easily. These fil
|
||||
## Project Cards
|
||||
In Project view, project cards display a project's summarized pipeline information:
|
||||
|
||||
<div class="max-w-50">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
Click on a project card to view its pipelines.
|
||||
|
||||
|
||||
|
||||
@@ -28,13 +28,13 @@ subprojects. Click on a subproject's name to navigate to it.
|
||||
|
||||

|
||||
|
||||
:::note Hidden Projects
|
||||
<Collapsible title="Hidden Projects" type="configuration">
|
||||
By default, ClearML infrastructure projects (i.e. dataset, pipeline, reports, application projects) are not shown in the
|
||||
projects page. You can enable viewing them in **Settings > Configuration > User Preferences**. When enabled, all infrastructure projects
|
||||
are labeled with <img src="/docs/latest/icons/ico-ghost.svg" alt="Hidden project" className="icon size-md space-sm" />
|
||||
|
||||

|
||||
:::
|
||||
</Collapsible>
|
||||
|
||||
### Project Actions
|
||||
|
||||
|
||||
@@ -72,8 +72,12 @@ top-level projects are displayed. Click on a project card to view the project's
|
||||
## Project Cards
|
||||
In Project view, project cards display a project’s summarized report information:
|
||||
|
||||
<div class="max-w-50">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
Click on a project card to view its reports.
|
||||
|
||||
### Report Cards
|
||||
|
||||
Reference in New Issue
Block a user