# Tensorboards

&#x20;The Tensorboards menu is used to visualize, monitor, and analyze machine learning experiments interactively, making it easier for users to access model training results, such as loss graphs, accuracy, parameter value distribution, and result space mapping (embedding) in one interface.

## Create Tensorboards

Create TensorBoards is used to create a new TensorBoard instance linked to the log files of the model training experiment. On the TensorBoards page press the New TensorBoards button.

<figure><img src="/files/x4Y3Kk8Bf3CCH4p5QMS3" alt=""><figcaption><p>Create Tensorboards</p></figcaption></figure>

The New TensorBoards window appears, fill in the Name and select PVC or Object Store. If you select Object Store, enter the Object link that will be used, while if you select PVC select the PVC and Mount Path to use. In Configurations, check if you are giving Pipelines access. Press the Create button to create tensorboards.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXetoou6gW4ZNtCDs1-ptoR8NKHAnOZ7fbqH8UD-PMUua9QMoQ8bldDKVys-N2Wla0lsx53cYETi7_5Ah4VCS1xVnzHQlhK4eJYZcCwkk1V38OeF8CCcGnrRD6cdTMeRipK9-67W1pYjxOnJ3zkVFdNlHhVW?key=_dSwSB0N680jj3O7sANgig" alt=""><figcaption><p>Create Tensorboards</p></figcaption></figure>

## Delete Tensorboards

On the TensorBoards page, select the TensorBoards you want to delete by pressing the Delete icon. A window will appear for you to successfully agree to delete TensorBoards, press the Delete button to continue the deletion process.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cloudeka.ai/guidance-for-individual/deka-gpu-mlops/tensorboards.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.
