1
votes

My loss function has two outliers (no idea why, is below 1, and suddenly after 3.000 steps shows a 6000). So nothing is visible, as all is a straight line with that one outlier rescaling the whole thing. How can I rescale this?

thx

4
did you try alt (or option) then scrolling/zooming with your mouse? - Charlie Parker

4 Answers

3
votes

You can zoom in TensorBoard by dragging on the chart.

You can also make the display larger by pressing the small blue box in the lower-left corner of the chart.

2
votes

To be clear, whith TensorFlow you just have to select a zone in the graph that you want to zoom in.enter image description here

1
votes

For me you just need to do alt (or option) then zoom in our out with your mouse. If you try to just scroll/zoom with your mouse on the plot it will even tell you that explicitly.

0
votes

It is possible to set the axis limits directly for graphs in the time series tab (works with my tensorboard version, 2.5.0). Just hover with the mouse over the wanted axis and an edit icon will appear. press it and it will let you set the max and min values for that axis. image of icon