---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://catboost.ai/docs/en/features/visualization_tensorboard.md
  - href: en/features/visualization_tensorboard.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://catboost.ai/docs/en/llms.txt

# TensorBoard

Run the following command to plot a chart of the [metric](https://catboost.ai/docs/en/concepts/loss-functions.md) value dynamics in [TensorBoard](https://www.tensorflow.org/get_started/summaries_and_tensorboard) during the training procedure:

```
tensorboard --logdir=<train_dir>
```

`train_dir` is the directory for storing the files generated during training. This directory is specified in the training parameters.

## An example of a plotted chart

![](../images/interface__visualization-tools__tensorboard.png)

