clearml-docs/docs/webapp/webapp_model_viewing.md

27 lines
732 B
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
title: Viewing Model Details
---
In the models table, click on a model to view its general information, configuration, and label enumeration.
## General Model Information
2021-05-13 23:48:51 +00:00
General information includes:
* Model URL
* Model checkpoints (snapshots)
* Framework
* Creating experiment (experiment that stored the model in the **ClearML Server**)
If a model is a local file, it is downloadable. If a model is in another type of storage location, the URL can be copied to the clipboard.
![image](../img/webapp_models_02.png)
## Model Configuration
2021-05-13 23:48:51 +00:00
![image](../img/webapp_models_05.png)
## Label Enumeration
2021-05-13 23:48:51 +00:00
For each class, label enumeration contains the class name (key) and value.
![image](../img/webapp_models_04.png)