windows远程查看tensorboard

在tensorboard文件夹的上一级文件夹运行
tensorboard --logdir=./runs --port=6123
然后本地cmd命令行(用户名@IP是ssh的)
ssh 用户名@IP -L 8123:127.0.0.1:6123
然后就可以本地访问8123端口了

http://localhost:8123/

你可能感兴趣的:(python,python)