Skip to content
Advertisement

How to arrange tensorboard’s graphs horizontally in tensorflow 2.x?

I am using the following code, the drawing is arranged vertically, how to change it to horizontal arrangement?

JavaScript

I didn’t find it in the homepage of tensorflow.

https://www.tensorflow.org/api_docs/python/tf/summary/scalar

picture

Advertisement

Answer

Use regex expressions as suggested here to align your plots:

JavaScript

Start tensorboard:

JavaScript

< Click on image to see more details> enter image description here

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement