Tuesday, July 18, 2017

Remote visualizing tensorboard


0.0.0.0 is the wildcard address. Thus, you can use any address for the purpose unless the system's firewall is implementig something more restrictive.
That said, let's assume that it is implementing firewall-based restrictions (if it weren't, you could just access http://server.address:6006/ -- but so could anyone else). In that case:
ssh -L 16006:127.0.0.1:6006 account@server.address
...and then refer to http://127.0.0.1:16006/ in a local browser.

1 comment:

  1. if our remote server has a port(for ex: -P 99999) how we can use this cod then?

    ReplyDelete