Created
June 5, 2018 21:14
-
-
Save glw/1e263064b9bb58ba8e14b756824d34cd to your computer and use it in GitHub Desktop.
tensorboard from cloud to your local machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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