Small edits (#1037)

This commit is contained in:
pollfly 2025-02-11 10:58:29 +02:00 committed by GitHub
parent c5bacf40de
commit c3468f8dbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 12 additions and 6 deletions

View File

@ -11,10 +11,11 @@ In Machine Learning, you are very likely dealing with a gargantuan amount of dat
which you then need to be able to share, reproduce, and track. which you then need to be able to share, reproduce, and track.
ClearML Data Management solves two important challenges: ClearML Data Management solves two important challenges:
- Accessibility - Making data easily accessible from every machine, - Accessibility - Making data easily accessible from every machine
- Versioning - Linking data and tasks for better **traceability**. - Versioning - Linking data and tasks for better **traceability**.
![Dataset lineage and preview](../img/webapp_dataset_lineage_preview.png) ![Dataset preview](../img/webapp_dataset_preview.png#light-mode-only)
![Dataset preview](../img/webapp_dataset_preview_dark.png#dark-mode-only)
**We believe Data is not code**. It should not be stored in a git tree, because progress on datasets is not always linear. **We believe Data is not code**. It should not be stored in a git tree, because progress on datasets is not always linear.
Moreover, it can be difficult and inefficient to find on a git tree the commit associated with a certain version of a dataset. Moreover, it can be difficult and inefficient to find on a git tree the commit associated with a certain version of a dataset.

View File

@ -253,7 +253,8 @@ task's status. If a task failed or was aborted, you can view how much progress i
<div class="max-w-50"> <div class="max-w-50">
![Task table progress indication](../img/fundamentals_task_progress.png) ![Task table progress indication](../img/fundamentals_task_progress.png#light-mode-only)
![Task table progress indication](../img/fundamentals_task_progress_dark.png#dark-mode-only)
</div> </div>

View File

@ -3,7 +3,7 @@ title: Executable Task Containers
--- ---
This tutorial demonstrates using [`clearml-agent`](../../clearml_agent.md)'s [`build`](../../clearml_agent/clearml_agent_ref.md#build) This tutorial demonstrates using [`clearml-agent`](../../clearml_agent.md)'s [`build`](../../clearml_agent/clearml_agent_ref.md#build)
command to package a task into an executable container. In this example, you will build a Container image that, when command to package a task into an executable container. In this example, you will build a container image that, when
run, will automatically execute the [keras_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/keras_tensorboard.py) run, will automatically execute the [keras_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/keras_tensorboard.py)
script. script.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -67,9 +67,13 @@ On the pipeline run panel, view the **RUN INFO** which shows:
* Produced Artifacts * Produced Artifacts
* Output Models * Output Models
<div class="max-w-25">
![Run info](../../img/webapp_pipeline_run_info.png#light-mode-only) ![Run info](../../img/webapp_pipeline_run_info.png#light-mode-only)
![Run info](../../img/webapp_pipeline_run_info_dark.png#dark-mode-only) ![Run info](../../img/webapp_pipeline_run_info_dark.png#dark-mode-only)
</div>
To view a run's complete information, click **Full details**, which will open the pipeline's controller [task page](../webapp_exp_track_visual.md). To view a run's complete information, click **Full details**, which will open the pipeline's controller [task page](../webapp_exp_track_visual.md).
View each list's complete details in the pipeline task's corresponding tabs: View each list's complete details in the pipeline task's corresponding tabs:
* **PARAMETERS** list > **CONFIGURATION** tab * **PARAMETERS** list > **CONFIGURATION** tab

View File

@ -44,7 +44,7 @@ The model table contains the following columns:
| *Metadata* | User defined metadata key column. Available options depend upon the models in the table. | String | | *Metadata* | User defined metadata key column. Available options depend upon the models in the table. | String |
## Customizing the Model table ## Customizing the Model Table
The model table is customizable. Changes are persistent (cached in the browser) and represented in the URL, so customized settings The model table is customizable. Changes are persistent (cached in the browser) and represented in the URL, so customized settings
can be saved in a browser bookmark and shared with other ClearML users to collaborate. can be saved in a browser bookmark and shared with other ClearML users to collaborate.