User Tools

Site Tools


compute_canada_hacks

This is an old revision of the document!


Remotely link a port at Compute Canada to your local port

Example: Visualize the training results remotely at your 127.0.0.1:16006

 ssh -L 16006:127.0.0.1:6006 username@graham.computecanada.ca

Once you log in Compute Canada and use 6006 port for the training curve

 [username@gra-login2 jobs]$  tensorboard --logdir outputs/Astrocytes/WT/log/ --port=6006 

Your tensorboard curves will be able to view at any browser by opening 127.0.0.1:16006

compute_canada_hacks.1708361511.txt.gz · Last modified: 2024/02/19 11:51 by yanan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki