If you are running tensorboard locally:
- open a tmux window
- tensorboard --port=6006 --logdir= [path to the data folder] /results
If your are running tensorboard on a ssh host:
- On your external host
- open a tmux window
- tensorboard --port=6006 --logdir= [path to the data folder] /results
- close the tmux
- On you local machine
- open a tmux windonw
- ssh -N -f -L localhost:6006:localhost:6006 [user]@[remote-host]
To filter out certain experiments with different cluster and workload use the following regex format:
(?=series/[8-9]).*.(?=clusters/[5-6]) for selecting series 8 to 9 and clusters 5 to 6