Starten Sie Tensorboard remote
# bind address locally
> ssh -N -f -L localhost:16007:localhost:6007 username@server_ip
# connect to server
> ssh -vvv username@server_ip
# lounch tensorboard on server
> tensorboard logdir='your directory'
Clumsy Caribou