Update images (#997)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-05 17:53:30 +02:00
committed by GitHub
parent a8f1ebce1d
commit 13a0e1ae50
461 changed files with 501 additions and 232 deletions

View File

@@ -24,18 +24,21 @@ The **GENERAL** tab lists the model's General information including:
If the model is stored in a network location, it can be downloaded by clicking the model URL. If the model was stored on
the local machine you can copy its URL to manually access it.
![Model general information](../img/webapp_model_general.png)
![Model general information](../img/webapp_model_general.png#light-mode-only)
![Model general information](../img/webapp_model_general_dark.png#dark-mode-only)
## Model Configuration
The **NETWORK** tab displays the model's configuration.
![Model network](../img/webapp_model_network.png)
![Model network](../img/webapp_model_network.png#light-mode-only)
![Model network](../img/webapp_model_network_dark.png#dark-mode-only)
Hover over the model configuration area to access the following actions:
![Model config actions](../img/webapp_model_config_actions.png)
![Model config actions](../img/webapp_model_config_actions.png#light-mode-only)
![Model config actions](../img/webapp_model_config_actions_dark.png#dark-mode-only)
* <img src="/docs/latest/icons/ico-search.svg" alt="Magnifying glass" className="icon size-md space-sm" /> Search
* <img src="/docs/latest/icons/ico-copy-to-clipboard.svg" alt="Copy" className="icon size-md space-sm" /> Copy configuration
@@ -46,24 +49,28 @@ Hover over the model configuration area to access the following actions:
The **LABELS** tab displays for each class label (`Label`) its name and enumerated value (`ID`).
![Model label enumeration](../img/webapp_model_labels.png)
![Model label enumeration](../img/webapp_model_labels.png#light-mode-only)
![Model label enumeration](../img/webapp_model_labels_dark.png#dark-mode-only)
To modify / add / delete class labels (for *Draft* models), hover over the label table and click **EDIT**. This opens the
label editing window.
![Model label editing](../img/webapp_model_labels_edit.png)
![Model label editing](../img/webapp_model_labels_edit.png#light-mode-only)
![Model label editing](../img/webapp_model_labels_edit_dark.png#dark-mode-only)
## Metadata
The **METADATA** tab lists the model's metadata entries, which consist of a key, type, and value.
![Model metadata](../img/webapp_model_metadata.png)
![Model metadata](../img/webapp_model_metadata.png#light-mode-only)
![Model metadata](../img/webapp_model_metadata_dark.png#dark-mode-only)
To modify / add / delete model metadata items, hover over the metadata table and click **EDIT**. This opens the metadata editing
window.
![Model metadata editing](../img/webapp_model_metadata_edit.png)
![Model metadata editing](../img/webapp_model_metadata_edit.png#light-mode-only)
![Model metadata editing](../img/webapp_model_metadata_edit_dark.png#dark-mode-only)
## Lineage
@@ -75,7 +82,8 @@ You can filter the task list by tags and task status.
Use the search bar to look for experiments based on their name, ID, or description.
![Model lineage](../img/webapp_model_lineage.png)
![Model lineage](../img/webapp_model_lineage.png#light-mode-only)
![Model lineage](../img/webapp_model_lineage_dark.png#dark-mode-only)
## Scalars
@@ -91,7 +99,8 @@ are retrieved when the report is displayed allowing your reports to show the lat
For better plot analysis, see [Plot Controls](webapp_exp_track_visual.md#plot-controls).
![Model scalars](../img/webapp_model_scalars.png)
![Model scalars](../img/webapp_model_scalars.png#light-mode-only)
![Model scalars](../img/webapp_model_scalars_dark.png#dark-mode-only)
## Plots
@@ -104,5 +113,6 @@ are retrieved when the report is displayed allowing your reports to show the lat
For better plot analysis, see [Plot Controls](webapp_exp_track_visual.md#plot-controls).
![Model plots](../img/webapp_model_plots.png)
![Model plots](../img/webapp_model_plots.png#light-mode-only)
![Model plots](../img/webapp_model_plots_dark.png#dark-mode-only)