mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix icons
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
title: The Models Table
|
||||
---
|
||||
|
||||
The models table is a [customizable](#customizing-the-models-table) list of models associated with the experiments in a project. From the models table,
|
||||
The models table is a [customizable](#customizing-the-models-table) list of models associated with the experiments in a project. From the models table,
|
||||
view model details, and modify, publish, archive, tag, and move models to other projects.
|
||||
|
||||

|
||||
|
||||
## Models table columns
|
||||
|
||||
The models table contains the following columns:
|
||||
The models table contains the following columns:
|
||||
|
||||
| Column | Description | Type |
|
||||
|---|---|---|
|
||||
@@ -27,21 +27,21 @@ The models table contains the following columns:
|
||||
|
||||
## Customizing the models table
|
||||
|
||||
The models table is customizable. Changes are persistent (cached in the browser) and represented in the URL, so customized settings
|
||||
The models 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.
|
||||
|
||||
Customize any combination of the following:
|
||||
|
||||
* Dynamic column ordering - Drag a column title to a different position.
|
||||
* Show / hide columns - Click <img src="/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" />
|
||||
**>** select or clear the checkboxes of columns to show or hide.
|
||||
* Show / hide columns - Click <img src="/docs/latest/icons/ico-settings.svg" alt="Setting Gear" className="icon size-md" />
|
||||
**>** select or clear the checkboxes of columns to show or hide.
|
||||
* Filter columns - Type of experiment, experiment status (state), user
|
||||
* Sort columns - Metrics and hyperparameters, type of experiment, experiment name, start and last update elapsed time, and last iteration.
|
||||
* Column autofit - In the column heading, double click a resizer (column separator).
|
||||
|
||||
## ClearML Actions from the models table
|
||||
|
||||
The following table describes the **ClearML** features that can be used from the models table, including the states that
|
||||
The following table describes the **ClearML** features that can be used from the models table, including the states that
|
||||
allow each feature. Model states are *Draft* (editable) and *Published* (read-only).
|
||||
|
||||
| ClearML Action | Description | States Valid for the Action |
|
||||
@@ -55,16 +55,16 @@ allow each feature. Model states are *Draft* (editable) and *Published* (read-on
|
||||
|
||||
## Tagging models
|
||||
|
||||
Tags are user-defined, color-coded labels that can be added to models (and experiments), allowing to easily identify and
|
||||
group of experiments. A tag can show any text, for any purpose. For example, add tags for the type of remote machine
|
||||
Tags are user-defined, color-coded labels that can be added to models (and experiments), allowing to easily identify and
|
||||
group of experiments. A tag can show any text, for any purpose. For example, add tags for the type of remote machine
|
||||
experiments execute on, label versions of experiments, or apply team names to organize experimentation.
|
||||
|
||||
* To Add tags and to change tag colors:
|
||||
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-sm space-sm" />
|
||||
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Bars menu" className="icon size-sm space-sm" />
|
||||
(menu)
|
||||
1. Do one of the following:
|
||||
* Add a new tag - Type the new tag name **>** **(Create New)**.
|
||||
* Add an existing tag - Click a tag.
|
||||
* Change a tag's colors - Click **Tag Colors** **>** Click the tag icon **>** **Background** or **Foreground**
|
||||
**>** Pick a color **>** **OK** **>** **CLOSE**.
|
||||
* Change a tag's colors - Click **Tag Colors** **>** Click the tag icon **>** **Background** or **Foreground**
|
||||
**>** Pick a color **>** **OK** **>** **CLOSE**.
|
||||
* To remove a tag - Hover over the tag **>** **X**.
|
||||
|
||||
Reference in New Issue
Block a user