Skip to content

Instantly share code, notes, and snippets.

@glw
Created June 5, 2018 21:14
Show Gist options
  • Save glw/1e263064b9bb58ba8e14b756824d34cd to your computer and use it in GitHub Desktop.
Save glw/1e263064b9bb58ba8e14b756824d34cd to your computer and use it in GitHub Desktop.
tensorboard from cloud to your local machine
source: https://stackoverflow.com/questions/37987839/how-can-i-run-tensorboard-on-a-remote-server#40413202
ssh -L 16006:127.0.0.1:6006 user@my_server_ip
$ tensorboard --logdir=/path/
* open browser on local machine. >> localhost:16006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment