Answers for "launch tensorboard remotely"

0

launch tensorboard remotely

# 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'
Posted by: Guest on February-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language