Skip to content

Commit fc3105a

Browse files
authored
Update README.md
1 parent 2c83661 commit fc3105a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ git checkout v0.2
7272
```
7373

7474
## Visdom打不开及其解决方案
75-
**新版的visdom已经解决了这个问题,只需要运行**
75+
**新版的visdom已经解决了这个问题,只需要升级即可**
7676
```
7777
pip install --upgrade visdom
7878
```
@@ -91,22 +91,16 @@ pip install --upgrade visdom
9191
locate visdom/static/index.html
9292
```
9393

94-
~~输出 系统中visdom 的html文件:
94+
~~输出 系统中visdom 的html文件:~~
9595

9696
```Bash
9797
/usr/local/lib/python2.7/dist-packages/visdom/static/index.html
9898
/usr/local/lib/python3.5/dist-packages/visdom/static/index.html
9999
```
100100

101-
- ~~Step 2:下载[本人修改过后的文件](http://pytorch-1252820389.cosbj.myqcloud.com/visdom/index.html),替换`step1` 找到的`index.html`, 可能需要root权限。
101+
- ~~Step 2:下载[本人修改过后的文件](http://pytorch-1252820389.cosbj.myqcloud.com/visdom/index.html),替换`step1` 找到的`index.html`, 可能需要root权限。~~
102102

103-
~~这时候再刷新浏览器,就能发现visdom正常显示了。
104-
105-
~~还有其它的解决方法,包括:
106-
- 下载这两个文件到本地,然后修改index.html中都应js文件的路径
107-
- 使用代理,但是把某些域名加入白名单
108-
- ....
109-
~~
103+
~~这时候再刷新浏览器,就能发现visdom正常显示了。~~
110104

111105
########################## deprecated ####################################
112106

0 commit comments

Comments
 (0)