在服务器端启动visdom
python -m visdom.server
在windows端,将服务器的8097端口重定向到windows端(做了映射绑定):
ssh -L 8097:127.0.0.1:8097 jiangshan@192.168.1.191
【第一个8097为windows端端口,第二个8097服务器端端口】
在windows端,浏览器输入 127.0.0.1:8097

ssh访问服务器端visdom

 

相关文章:

  • 2021-12-26
  • 2021-08-20
  • 2022-12-23
  • 2021-09-29
  • 2021-04-21
  • 2021-10-01
猜你喜欢
  • 2021-09-25
  • 2021-11-24
  • 2022-12-23
  • 2021-12-05
  • 2021-10-09
  • 2021-07-28
相关资源
相似解决方案