Blog posts

2020

Using Tensorboard on a remote cluster

7 minute read

Published:

Tensorboard is an incredibly useful tool that allows you to monitor models deployed in Tensorflow or PyTorch as they train and provides are clear interface. If you’re using it on a remote machine you’ll need to setup port forwarding to your local machine. This is pretty easy to do using SSH tunnelling. This can quickly become tedious if you have to regularly connect and disconnect the tunnel.