0

I am trying to use TensorBoard to save some analysis and I am trying to plot the relationship between two variables, i.e. x and y...

But using:

logger.writer.add_scalar("test", 40, 0.1)
logger.writer.add_scalar("test", 80, 0.2)

Gives me... enter image description here

So it seems like we are overwriting the same value, and the step is fixed to 0. If there is a way to plot two variables directly to TensorBoard, as opposed to saving a matplotlib figure in TensorBoard I would love to hear more!

aksg87
  • 63
  • 1
  • 9
  • Please look into this link https://stackoverflow.com/questions/48951136/plot-multiple-graphs-in-one-plot-using-tensorboard for your reference and conform if this helps, Thanks – Tensorflow Support Oct 14 '21 at 11:09

0 Answers0