当前位置:网站首页>Visual implementation and inspection of visdom
Visual implementation and inspection of visdom
2022-07-06 08:32:00 【MAR-Sky】
Reference resources :https://blog.csdn.net/weixin_41010198/article/details/117853358、https://www.w3cschool.cn/article/86830765.html
Install and use
1、pip install visdom, Or use conda install visdom library
2、 important : The premise is to install another library ,jsonpatch, Otherwise, an error will be reported
3、 start-up visdom Service for ,python -m visdom.server, Determine the environment ,** closed ** as long as ** close cmd Start the command window ** Just go
Use python -m visdom.server
after
Checking for scripts.
Downloading scripts, this may take a little while
It's Alive!
INFO:root:Application Started
You can navigate to http://localhost:8097
And then in browser Input in http://localhost:8097
View the display
A simple example and display settings on the interface
The entire steps shown :
- Start the service in the corresponding environment ,python -m visdom.server, Get the local address of the browser that can be accessed
- Put the local address of the browser into the address bar of the browser
- function python Of .py Program ,
import visdom
import numpy as np
vis = visdom.Visdom()
vis.text('Hello, world!')
# vis.image(np.ones((3, 10, 10)))
x = list(range(10))
y = list(range(10))
# Use line Function to draw a line And select the display axis
vis.line(X=np.array(x), Y=np.array(y), opts=dict(showlegend=True))
Multiple environment displays
import visdom
import numpy as np
import torch
vis = visdom.Visdom(env='sin')
x = torch.arange(0, 100, 0.1)
y = torch.sin(x)
vis.line(X=x,Y=y,win='sin(x)',opts=dict(showlegend=True))
vis = visdom.Visdom(env='my_windows')
x = list(range(10))
y = list(range(10))
# Use line Function to draw a line And select the display axis
vis.line(X=np.array(x), Y=np.array(y), opts=dict(showlegend=True))
vis = visdom.Visdom(env='my_doub')
x = list(range(10))
y = list(range(10))
z = list(range(1,11))
vis.line(X=np.array(x), Y=np.column_stack((np.array(y), np.array(z))), opts=dict(showlegend=True))
From the image , Establish three environments
visdom The interface in the browser is used together with the operation of editing software
边栏推荐
- marathon-envs项目环境配置(强化学习模仿参考动作)
- Colorlog combined with logging to print colored logs
- JS native implementation shuttle box
- Pointer advanced --- pointer array, array pointer
- 【刷题】牛客网面试必刷TOP101
- 查看局域网中电脑设备
- [cloud native] teach you how to build ferry open source work order system
- Bottom up - physical layer
- Huawei cloud OBS file upload and download tool class
- egg. JS getting started navigation: installation, use and learning
猜你喜欢
704 二分查找
sublime text中conda环境中plt.show无法弹出显示图片的问题
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
2022.02.13 - NC003. Design LRU cache structure
JS inheritance method
Ruffian Heng embedded bimonthly, issue 49
Bottom up - physical layer
On the day of resignation, jd.com deleted the database and ran away, and the programmer was sentenced
[brush questions] top101 must be brushed in the interview of niuke.com
2022 Inner Mongolia latest water conservancy and hydropower construction safety officer simulation examination questions and answers
随机推荐
Process of obtaining the electronic version of academic qualifications of xuexin.com
IOT -- interpreting the four tier architecture of the Internet of things
win10系统中的截图,win+prtSc保存位置
[2022 Guangdong saim] Lagrange interpolation (multivariate function extreme value divide and conquer NTT)
Online yaml to CSV tool
Ruffian Heng embedded bimonthly, issue 49
C语言深度解剖——C语言关键字
China Light conveyor belt in-depth research and investment strategy report (2022 Edition)
Golang force buckle leetcode 1020 Number of enclaves
Analysis of the source code of cocos2d-x for mobile game security (mobile game reverse and protection)
2. File operation - write
Upgrade tidb operator
Use dumping to back up tidb cluster data to S3 compatible storage
MySQL learning record 11jdbcstatement object, SQL injection problem and Preparedstatement object
Mobile Test Engineer occupation yyds dry goods inventory
[cloud native] teach you how to build ferry open source work order system
gcc动态库fPIC和fpic编译选项差异介绍
IoT -- 解读物联网四层架构
Rviz仿真时遇到机器人瞬间回到世界坐标原点的问题及可能原因
Grayscale upgrade tidb operator