blacknight12321
blacknight12321

Reputation: 91

Tensorboard: X axis values aren't shown

The x axis values (expected them to be the step value) aren't shown in my tensorboard for some unknown reason. Although, when I put my cursor over the graph the step value seems correct. Added print screen below.

Anyone got any idea why does is happening?

Print screen of the tensorboard

Upvotes: 2

Views: 2796

Answers (2)

mdoc-2011
mdoc-2011

Reputation: 2997

This issue is discussed here: https://github.com/tensorflow/tensorboard/issues/905

Some people said that using a different browser caused tick marks to show up, another suggested decreasing label font size - however labels also appear to be missing in your case.

Upvotes: 2

patdiscvrd
patdiscvrd

Reputation: 1

I have the same issue on my machine. I guess it is related to a new tensorboard release. However, if you change the horizontal axis type from Step to Wall, you get a label for the horizontal axis.

Upvotes: 0

Related Questions