Tensorflow Tensorboard default port

nicolasdavid picture nicolasdavid · Feb 22, 2016 · Viewed 59.1k times · Source

Is there a way to change the default port (6006) on TensorBoard so we could open multiple TensorBoards? Maybe an option like --port="8008"?

Answer

nicolasdavid picture nicolasdavid · Feb 22, 2016

In fact there is an option to change the default port ...

tensorboard --logdir=/tmp  --port=8008