Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
tensorboard --logdir ~/tensorflow/mnist/logs/ --port [user_pick_port] # please use random number betweenwithin [6500 - 6999]

Forward the port 6006 on remote machine to the port 16006 on local machine:

...