I am running tensorflow code remotely on a ssh server. (e.g., ssh -X account@server.address)
On the remote server, it says You can navigate to http://0.0.0.0:6006
.
In this case, how can I check tensorboard? How can I navigate the address of a remote machine? I tried to search, but there seems no useful information.