# Dashboard widgets and visualizations

After the experiment is over, you can check **dashboard widgets and visualizations** to track the performance of your model in detail. To do so:

1. Open Model Playground;
2. Click the split you want to review.

Below are some common dashboard widgets that are available irrespective of the type of problem.

### **GPU Consumption** <a href="#strong-gpu-consumption-strong" id="strong-gpu-consumption-strong"></a>

With this widget, you can check how much memory is used by the GPU during training.

* If you see on the chart that the memory is not fully exploited, you still might increase the batch size, image resolution, or the number of parameters in the model architecture.
* However, if you try doing so when the consumption is almost full, the GPU will run out of memory.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/39304e75f0-1684131942/image-20220817-073507.webp" alt=""><figcaption></figcaption></figure>

### **Best performing model** <a href="#strong-best-performing-model-strong" id="strong-best-performing-model-strong"></a>

This widget shows the most successful model from the past experiments based on different criteria.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/0f516124a4-1684131942/image-20220817-073922.webp" alt=""><figcaption></figcaption></figure>

### **Runtime** <a href="#strong-runtime-strong" id="strong-runtime-strong"></a>

The widget allows you to observe and compare the training time for models from different experiments.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/e2a4788086-1684131942/image-20220817-074120.webp" alt=""><figcaption></figcaption></figure>

### **Inference speed** <a href="#strong-inference-speed-strong" id="strong-inference-speed-strong"></a>

Here you can see the speed with which the models from different experiments make predictions on new data. The inference speed is measured in fps (frames-per-seconds).

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/2bbad75a94-1684131942/image-20220817-074237.webp" alt=""><figcaption></figcaption></figure>

### **Hyperparameter Comparision** <a href="#strong-hyperparameter-comparision-strong" id="strong-hyperparameter-comparision-strong"></a>

With the help of this widget, you can compare the models' hyperparameters, as well as GPU usage and train time.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/0c4f7ddc20-1684131942/snimok-ekrana-1207.webp" alt=""><figcaption></figcaption></figure>

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/92ed843c95-1684131942/snimok-ekrana-1209.webp" alt=""><figcaption></figcaption></figure>

### **Metric overview** <a href="#strong-metric-overview-strong" id="strong-metric-overview-strong"></a>

This widget allows you to overview metrics for different models and see which one performed best, second best, or worst. Metrics for both training and validation are available for comparison.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/dashboard-widgets-visualizations/5822e15471-1684131942/image-20220817-081340.webp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudfactory.com/model-playground/dashboard-widgets-and-visualizations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
