当前位置:网站首页>Pytorch轻量级可视化工具wandb(local)
Pytorch轻量级可视化工具wandb(local)
2022-07-03 03:13:00 【ChaoFeiLi】
Pytorch轻量级可视化工具wandb(免翻墙版) - 知乎
本文主要介绍的是wandb开源的local版本,按照wandb的官方文档快速将wandb的服务迁移到自己的云服务器上。
1、环境要求
docker
python3
2、操作步骤
首先用pip安装wandb包
pip install wandb执行shell命令
# 这个ip需要是你公网的ip地址,也可以是本地的ipdi
wandb local -e HOST=http://xxx.xxx.xxx.xxx:8080 看到这个输出就说明你的服务已经启动成功了,这个命令会自动通过docker拉取并在8080端口启动wandb的服务,我们所需要做的就是修改一下镜像里面的配置。
docker exec -it wandb-local bash
vi /vol/env/users.htpasswd # Remove the line with [email protected] in it #删除这个文件的里面的东西
/usr/local/bin/local password [email protected] #这一步会让你设置登录的密码,后面登录的账号就是这个邮箱,登陆密码就是这里设置的密码
exit #退出镜像文件现在就可以访问http://X.X.X.X:8080,跟着里面的步骤进行登录,登录之后你会看到这个界面

然后点击这个Get a free license获得这个密钥,需要你复制下来后面会用到。如果忘记了密钥可以点击下图所示的位置重新查看密钥。(就是这个左上角->Deploy Manager )

然后点击这个进入到配置密钥的地方


输入密钥后点击Update settings就配置完了。
3、使用步骤
只需进行登陆时按照下面操作一下,就可跟官方网站原来的一样使用,如下图所示


边栏推荐
- 解决高並發下System.currentTimeMillis卡頓
- I2C 子系统(二):I3C spec
- How to use asp Net MVC identity 2 change password authentication- How To Change Password Validation in ASP. Net MVC Identity 2?
- PAT乙级“1104 天长地久”DFS优化思路
- 内存泄漏工具VLD安装及使用
- I2C 子系统(四):I2C debug
- How do you adjust the scope of activerecord Association in rails 3- How do you scope ActiveRecord associations in Rails 3?
- [shutter] monitor the transparency gradient of the scrolling action control component (remove the blank of the top status bar | frame layout component | transparency component | monitor the scrolling
- About HTTP cache control
- Solve high and send system Currenttimemillis Caton
猜你喜欢

VS 2019安装及配置opencv

Three. JS local environment setup

Segmentation fault occurs during VFORK execution

docker安装mysql

I2C 子系統(四):I2C debug

Use of El tree search method

Pytorch配置

PAT乙级“1104 天长地久”DFS优化思路

C language beginner level - pointer explanation - paoding jieniu chapter
![MySQL practice 45 lecture [transaction isolation]](/img/a5/5420651d6be51e892976f02be8c43c.png)
MySQL practice 45 lecture [transaction isolation]
随机推荐
TCP 三次握手和四次挥手机制,TCP为什么要三次握手和四次挥手,TCP 连接建立失败处理机制
com.fasterxml.jackson.databind.exc.InvalidFormatException问题
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)
[leectode 2022.2.15] lucky numbers in the matrix
ComponentScan和ComponentScans的区别
[algebraic structure] group (definition of group | basic properties of group | proof method of group | commutative group)
Parameter index out of range (1 > number of parameters, which is 0)
Yiwen takes you to know ZigBee
Vs 2019 configuration du moteur de génération de tensorrt
C language beginner level - pointer explanation - paoding jieniu chapter
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
Converts a timestamp to a time in the specified format
[combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
I2C subsystem (I): I2C spec
MySQL practice 45 [global lock and table lock]
Add automatic model generation function to hade
MySql實戰45講【SQL查詢和更新執行流程】
@Accessors annotation function specifies that the prefix follows the hump naming
Practice of traffic recording and playback in vivo
Vs 2019 installation and configuration opencv