远程访问tensorboard
本文最后更新于:2021年1月8日 晚上
# 将服务器端的6006端口重定向为本地16006
ssh -L 16006:127.0.0.1:6006 -p remote_port username@remote_server_ip
# 在服务器端开启6006端口
tensorboard --logdir=xxx --port=6006
# 本地端查看
127.0.0.1:16006
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!