Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adjust vertical axis range in tensorboard visualization

I often encounter the following graph in tensorboard, where there is a significant drop in the first couple of iterations and much slower convergence later on.

Is there a way to adjust the vertical axis range so that I can focus on the later part to see whether it is decreasing? Alternatively, can I tell tensorboard to ignore the first few data points and auto-adjust the vertical axis for the others?

tensorboard-viz

like image 777
Ying Xiong Avatar asked Dec 15 '22 03:12

Ying Xiong


1 Answers

As far as I know, aside from creating a whole new variable in your TF script, currently your only option is to click & drag a box around the region of interest. I found this to be slow on Firefox, but smooth on Chrome.

like image 110
SuaveSouris Avatar answered Feb 24 '23 02:02

SuaveSouris