Follow these steps to run tensorflow on remote server but see the results on local browser using port forwarding.
- On the remote machine, run:
tensorboard --logdir <path> --port 6006
- On the local machine, run
then navigate to
ssh -N -f -L localhost:16006:localhost:6006 <user@remote>
http://localhost:16006