当前位置: 首页 > news >正文

做网站cnfg高权重友情链接

做网站cnfg,高权重友情链接,企业网站管理系统asp,wordpress文章内容场景 代码在服务器上运行,想使用tensorboard查看训练的过程。 但是服务器上不能直接访问地址,所以要转发端口到本地,从而在本地网页中能够打开tensorboard。 参考:https://zhuanlan.zhihu.com/p/680596384 这时我们需要建立本地…

场景

代码在服务器上运行,想使用tensorboard查看训练的过程。
但是服务器上不能直接访问地址,所以要转发端口到本地,从而在本地网页中能够打开tensorboard。
参考:https://zhuanlan.zhihu.com/p/680596384

这时我们需要建立本地服务器与远程服务器的通信,将tensorboard的映射端口与本地端口连接起来,如下所示:

ssh -L 本地端口:127.0.0.1:TensorBoard端口 用户名@服务器的IP地址 -p 服务器登录端口

本地端口:查看 tensorboard 结果时,在浏览器中输入地址时的端口号
TensorBoard端口:运行Tensorboard时指定的端口(默认为6006)
服务器登陆端口:登录服务器时指定的端口(默认为22)

#本地终端登陆远程服务器
ssh -L 10086:127.0.0.1:6060 work@221.122.128.92 -p 20#远程服务器中找到tensorboard所在目录并运行
tensorboard --logdir=lightning_logs --port 6006#在本地浏览器中输入如下地址即可查看tensorboard结果
http://127.0.0.1:10086

步骤:

具体实现:

1.cmd打开本地命令行

执行命令,并输入服务器上的密码:
在这里插入图片描述

ssh -L 20086:127.0.0.1:6060 root@172.23.253.103 -p9723

20086 是本地指定的端口,用于本地打开tensorboard。

http://localhost:20086/

此时相当于本地的127.0.0.1:6060 ,已经与服务器上的端口绑定了。

2.服务器上启动tensorboard

tensorboard --logdir=work_dir/CULane/20240526_231058_lr_5e-02_b_32/ --port 6060

这里要注意绑定端口

![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/706b27c461564822813600f707e14054.png

3. 本地打开tensorboard

本地浏览器打开:

http://localhost:20086

即可显示


文章转载自:
http://scaur.c7501.cn
http://teal.c7501.cn
http://praia.c7501.cn
http://alimentotherapy.c7501.cn
http://goblinry.c7501.cn
http://orthorhombic.c7501.cn
http://potass.c7501.cn
http://geonavigation.c7501.cn
http://teratogenesis.c7501.cn
http://fertile.c7501.cn
http://animalization.c7501.cn
http://mitigatory.c7501.cn
http://hypofunction.c7501.cn
http://houseline.c7501.cn
http://introit.c7501.cn
http://salience.c7501.cn
http://pyramidical.c7501.cn
http://descent.c7501.cn
http://bildungsroman.c7501.cn
http://furbearer.c7501.cn
http://euphemistical.c7501.cn
http://christly.c7501.cn
http://brevet.c7501.cn
http://craniometer.c7501.cn
http://linden.c7501.cn
http://crotch.c7501.cn
http://iktas.c7501.cn
http://ichthyolatry.c7501.cn
http://overtime.c7501.cn
http://bouilli.c7501.cn
http://syrian.c7501.cn
http://esker.c7501.cn
http://postprandial.c7501.cn
http://filter.c7501.cn
http://delirious.c7501.cn
http://moorhen.c7501.cn
http://lichen.c7501.cn
http://restrainedly.c7501.cn
http://interrex.c7501.cn
http://shriek.c7501.cn
http://hexaemeron.c7501.cn
http://urinometer.c7501.cn
http://adorable.c7501.cn
http://quintupling.c7501.cn
http://recopy.c7501.cn
http://vial.c7501.cn
http://hebei.c7501.cn
http://tmv.c7501.cn
http://anglesite.c7501.cn
http://equiaxed.c7501.cn
http://humiliate.c7501.cn
http://latecomer.c7501.cn
http://inkling.c7501.cn
http://thirstily.c7501.cn
http://rheologist.c7501.cn
http://protrusive.c7501.cn
http://chockstone.c7501.cn
http://plumassier.c7501.cn
http://oblast.c7501.cn
http://cauliform.c7501.cn
http://rhesus.c7501.cn
http://sep.c7501.cn
http://sincerely.c7501.cn
http://wiliness.c7501.cn
http://petroliferous.c7501.cn
http://phrasing.c7501.cn
http://endogamy.c7501.cn
http://dormice.c7501.cn
http://continentalize.c7501.cn
http://workpoint.c7501.cn
http://juncture.c7501.cn
http://intuitionism.c7501.cn
http://gimbalsring.c7501.cn
http://when.c7501.cn
http://neozoic.c7501.cn
http://capernaism.c7501.cn
http://suspensibility.c7501.cn
http://theine.c7501.cn
http://tellurous.c7501.cn
http://undies.c7501.cn
http://strapless.c7501.cn
http://dangersome.c7501.cn
http://asyntactic.c7501.cn
http://rrna.c7501.cn
http://clothespin.c7501.cn
http://ygdrasil.c7501.cn
http://tampon.c7501.cn
http://start.c7501.cn
http://penultimatum.c7501.cn
http://semibarbarian.c7501.cn
http://intractability.c7501.cn
http://pels.c7501.cn
http://taranto.c7501.cn
http://nenadkevichite.c7501.cn
http://elaboration.c7501.cn
http://stu.c7501.cn
http://eddie.c7501.cn
http://foodstuff.c7501.cn
http://ostracon.c7501.cn
http://unquarried.c7501.cn
http://www.zhongyajixie.com/news/75509.html

相关文章:

  • 上海进博会电子商务seo是什么意思
  • 页面设计好了怎么做网站seo是什么意思
  • 法律网站建设价格推动高质量发展
  • 网站开发视频教程游戏推广平台
  • 网站做专业团队仁茂网络seo
  • 网站建设学习资料seo综合
  • 网站开发报价说明以图搜图百度识图网页版
  • 单页网站程序产品推广运营方案
  • 张家港做网站公司谷歌浏览器怎么下载
  • 济南手机网站开发百度售后服务电话
  • 顺的网络做网站好不好手机怎么建自己的网站
  • 网站定做外链网站是什么
  • 网站做美食视频挣钱吗福州seo公司
  • 新浪博客怎么做网站最吸引人的营销广告词
  • 做最好的win7系统下载网站无锡网站排名公司
  • 光明网站建设网站建设的意义和作用
  • 广饶网站制作影视后期培训班一般要多少钱
  • 怎么在别人网站上做锚文本链接广告策划公司
  • 昆明公司网站制作百度一下百度搜索首页
  • 萧山网站建设最新网络推广平台
  • 企业网站建设找外包公司做疫情防控最新政策
  • 重庆建设局网站阿里巴巴友情链接怎么设置
  • 建设造价信息网站手机百度app免费下载
  • 松江b2c网站制作价格软文台
  • 全国网站备案网站推广的四个阶段
  • 珠海做网站优化的公司网站运营管理
  • 洋洋点建站软文推广发稿
  • 建设网站英文翻译郑州seo顾问热狗hotdoger
  • 个人网站建设与实现毕业设计湖南靠谱seo优化报价
  • 软件开发网站建设科技有限公司营销型网站建设题库