I\'m new to Tensorflow and would greatly benefit from some visualizations of what I\'m doing. I understand that Tensorboard is a useful visualization tool, but how do I run
For anyone who must use the ssh keys (for a corporate server).
Just add -i /.ssh/id_rsa at the end.
-i /.ssh/id_rsa
$ ssh -N -f -L localhost:8211:localhost:6007 myname@servername -i /.ssh/id_rsa