# No metrics in TensorBoard HParams Dashboard

**URL:** https://discuss.ray.io/t/no-metrics-in-tensorboard-hparams-dashboard/15146
**Category:** Uncategorized
**Created:** [July 7, 2024, 10:05am UTC](https://discuss.ray.io/t/no-metrics-in-tensorboard-hparams-dashboard/15146 "2024-07-07T10:05:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Horstling](https://avatars.discourse-cdn.com/v4/letter/h/b9e5f3/32.png) [@Horstling](https://discuss.ray.io/u/Horstling)
#### Post date: [July 7, 2024, 10:05am UTC](https://discuss.ray.io/t/no-metrics-in-tensorboard-hparams-dashboard/15146/1 "2024-07-07T10:05:00Z")

</div>

When reviewing a RayTune + PyTorch run with TensorBoard (as described here: [Logging and Outputs in Tune — Ray 2.43.0](https://docs.ray.io/en/latest/tune/tutorials/tune-output.html)), all the metric values in the HPARAMS Dashboard are simply empty. I do see the individual trials and all their hyperparameters, and it also displays columns and names for available metrics, but there are no values:

 ![grafik](https://us1.discourse-cdn.com/flex020/uploads/ray/original/2X/4/43312d13d3f0e33e371be96242d550a1d3c4b6ef.png)

The metric values do show up properly in the Scalars and Time Series dashboard so they apparently did get logged properly.

Is this some sort of limitation or am I doing something wrong?
