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.
|
|
|
|
|
2021-09-02 07:48:37 +00:00
|
|
|
## 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)
|
|
|
|
|
2021-09-02 07:48:37 +00:00
|
|
|
## Model Configuration
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
![image](../img/webapp_models_05.png)
|
|
|
|
|
2021-09-02 07:48:37 +00:00
|
|
|
## 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)
|