mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
26 lines
963 B
Markdown
26 lines
963 B
Markdown
---
|
|
title: Modifying Models
|
|
---
|
|
|
|
In the models table, modify models that have a status of *Draft* (status *Published* is read-only). Modify the model
|
|
configuration and label enumeration.
|
|
|
|
## Model Configuration
|
|
|
|
**To edit the model configuration:**
|
|
|
|
* In the **MODELS** tab, click a model **>** **NETWORK** **>** Hover over **MODEL CONFIGURATION** **>** **CLEAR**
|
|
(to delete the design) or **EDIT** **>** If editing, an editor textbox appears **>** edit **>** **OK**.
|
|
|
|
![image](../img/webapp_models_05a.png)
|
|
|
|
### Label Enumeration
|
|
|
|
For each class, label enumeration contains the class name (key) and value.
|
|
|
|
**To add, change, or delete label enumeration classes:**
|
|
* In the **MODELS** tab, click a model **>** **LABELS** **>** Hover over **LABELS** **>** **EDIT** **>** **+**, edit a
|
|
key or value, or <img src="/docs/latest/icons/ico-trash.svg" alt="trash" className="icon size-sm space-sm" /> (delete) **>** **SAVE**.
|
|
|
|
![image](../img/webapp_models_04a.png)
|