serhii.net

In the middle of the desert you can say anything you want

18 Feb 2021

Day 779

Python working with shapes

Shapely is awesome! And easy to play with in jupyter notebook

SSH port forwarding for tensorboard/jupyter

To access a Tensorboard (..or anything) running on a remote server servername on port 6006: ssh -L 6006:127.0.0.1:6006 me@servername

After this, tensorboard is bound to the local port 6006, so 127.0.0.1:6006.

Tensorboard has to be run with --host=127.0.0.1 to make it accessible from outside.

Jupyter - the link with the token can simply be followed (or copypasted), if the port is the same in both localhost and server.

Nel mezzo del deserto posso dire tutto quello che voglio.