Skynet Side: tensorboard --logdir ./logs --port 6001
Local: W3: ssh -N -f -L localhost:16006:localhost:6001 [email protected]
Skynet: ssh -N -f -L localhost:16006:localhost:6001 [email protected]
https://gist.github.com/mrnabati/009c43b9b981ec2879008c7bff2fbb22
tmux attach -t
ctrl+a+b -> : then type 'kill-session'
tmux new -s
ctrl+a+b -> : then type 'detach'
'tmux ls'
ctrl-a esc
sudo pkill -9 <PID>
in terminal
or
sudo kill -9 <PID>
in terminal
sudo killall -u dyung6