当前位置:网站首页>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、使用步骤
只需进行登陆时按照下面操作一下,就可跟官方网站原来的一样使用,如下图所示
边栏推荐
- Update and return document in mongodb - update and return document in mongodb
- LVGL使用心得
- Distributed transaction
- Three. JS local environment setup
- How to make backgroundworker return an object
- [principles of multithreading and high concurrency: 1_cpu multi-level cache model]
- Three.js本地环境搭建
- vfork执行时出现Segmentation fault
- PHP constructor with parameters - PHP constructor with a parameter
- 内存泄漏工具VLD安装及使用
猜你喜欢
I2C subsystem (I): I2C spec
TCP handshake three times and wave four times. Why does TCP need handshake three times and wave four times? TCP connection establishes a failure processing mechanism
Installation and use of memory leak tool VLD
Yiwen takes you to know ZigBee
一文带你了解 ZigBee
Super easy to use logzero
Deep learning: multi-layer perceptron and XOR problem (pytoch Implementation)
Anhui University | small target tracking: large-scale data sets and baselines
Pytoch configuration
Docker install MySQL
随机推荐
Nasvit: neural architecture search of efficient visual converter with gradient conflict perception hypernetwork training
File rename
MySql实战45讲【事务隔离】
Last update time of all sqlserver tables
Kubernetes family container housekeeper pod online Q & A?
力扣------网格中的最小路径代价
I2C 子系统(三):I2C Driver
从输入URL到页面展示这中间发生了什么?
Three.js本地环境搭建
PHP constructor with parameters - PHP constructor with a parameter
Docker install MySQL
Find the storage address of the elements in the two-dimensional array
Distributed transaction
Can I use read-only to automatically implement properties- Is read-only auto-implemented property possible?
MySql实战45讲【索引】
I2C subsystem (I): I2C spec
解决高並發下System.currentTimeMillis卡頓
一文带你了解 ZigBee
900W+ 数据,从 17s 到 300ms,如何操作
Anhui University | small target tracking: large-scale data sets and baselines