当前位置:网站首页>tensorboard的使用
tensorboard的使用
2022-07-06 19:28:00 【xx_xjm】
在本地对服务器上的tensorboard可视化的时候:
1:先建立本地端口和远程服务器端口的链接:
在本地电脑上cmd打开命令行
输入ssh -L localhost:任意端口号:localhost:6006(tensorboard默认端口号,这里只要跟tensorboard的端口号对齐就好了,不一定必须是6006) 用户名@ip地址
2:在远程服务器使用tensorboard,这里的端口--port,就是上面说的要和本地一样
3:在本地打开浏览器,改变远程服务器的网址
比如这里,服务器上给的是http://localhost:6006/,在自己电脑跑的时候要改成http://localhost:6003/
4:补充(非常重要):tensorboard --logdir='文件夹地址';注意是文件所在的文件夹地址,不是文件地址
边栏推荐
- Es6中Promise的使用
- QPushButton-》函数精解
- Code line breaking problem of untiy text box
- Leetcode:minimum_ depth_ of_ binary_ Tree solutions
- Data analysis from the perspective of control theory
- The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?
- Number theory --- fast power, fast power inverse element
- Detailed explanation of 19 dimensional integrated navigation module sinsgps in psins (initial assignment part)
- Digital scrolling increases effect
- [leetcode]Search for a Range
猜你喜欢
Classify the features of pictures with full connection +softmax
Five reasons for clothing enterprises to deploy MES management system
软件测试——Jmeter接口测试之常用断言
左程云 递归+动态规划
NuScenes数据集关于Radar数据的统计
Left value, right value
A complete tutorial for getting started with redis: AOF persistence
The annual salary of general test is 15W, and the annual salary of test and development is 30w+. What is the difference between the two?
What are the characteristics of the operation and maintenance management system
服装企业部署MES管理系统的五个原因
随机推荐
Electrical engineering and automation
A complete tutorial for getting started with redis: AOF persistence
How to write test cases for test coupons?
Error in fasterxml tostringserializerbase
Niuke programming problem -- double pointer of 101 must be brushed
AWS learning notes (I)
PSINS中19维组合导航模块sinsgps详解(初始赋值部分)
Django database (SQLite) basic introductory tutorial
Redis入门完整教程:复制原理
实施MES管理系统时,哪些管理点是需要注意的
记一次JAP查询导致OOM的问题分析
你不可不知道的Selenium 8种元素定位方法,简单且实用
The 8 element positioning methods of selenium that you have to know are simple and practical
Es6中Promise的使用
测试优惠券要怎么写测试用例?
Huitong programming introductory course - 2A breakthrough
Django数据库(SQlite)基本入门使用教程
Google Earth engine (GEE) -- 1975 dataset of Landsat global land survey
MetaForce原力元宇宙佛萨奇2.0智能合约系统开发(源码部署)
Use of promise in ES6