mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
27 lines
732 B
Markdown
27 lines
732 B
Markdown
---
|
|
title: Viewing Model Details
|
|
---
|
|
|
|
In the models table, click on a model to view its general information, configuration, and label enumeration.
|
|
|
|
## General model information
|
|
|
|
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
|
|
|
|
![image](../img/webapp_models_05.png)
|
|
|
|
## Label enumeration
|
|
|
|
For each class, label enumeration contains the class name (key) and value.
|
|
|
|
![image](../img/webapp_models_04.png) |