clearml-docs/docs/webapp/webapp_model_modifying.md

26 lines
963 B
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
title: Modifying Models
---
2021-05-23 20:17:12 +00:00
In the models table, modify models that have a status of *Draft* (status *Published* is read-only). Modify the model
configuration and label enumeration.
2021-05-13 23:48:51 +00:00
## Model Configuration
2021-05-13 23:48:51 +00:00
**To edit the model configuration:**
2021-05-23 20:17:12 +00:00
* In the **MODELS** tab, click a model **>** **NETWORK** **>** Hover over **MODEL CONFIGURATION** **>** **CLEAR**
2021-05-13 23:48:51 +00:00
(to delete the design) or **EDIT** **>** If editing, an editor textbox appears **>** edit **>** **OK**.
![image](../img/webapp_models_05a.png)
### Label Enumeration
2021-05-13 23:48:51 +00:00
For each class, label enumeration contains the class name (key) and value.
**To add, change, or delete label enumeration classes:**
2021-05-23 20:17:12 +00:00
* 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**.
2021-05-13 23:48:51 +00:00
![image](../img/webapp_models_04a.png)