File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ git checkout v0.2
72
72
```
73
73
74
74
## Visdom打不开及其解决方案
75
- ** 新版的visdom已经解决了这个问题,只需要运行 **
75
+ ** 新版的visdom已经解决了这个问题,只需要升级即可 **
76
76
```
77
77
pip install --upgrade visdom
78
78
```
@@ -91,22 +91,16 @@ pip install --upgrade visdom
91
91
locate visdom/static/index.html
92
92
```
93
93
94
- ~~ 输出 系统中visdom 的html文件:
94
+ ~~ 输出 系统中visdom 的html文件:~~
95
95
96
96
``` Bash
97
97
/usr/local/lib/python2.7/dist-packages/visdom/static/index.html
98
98
/usr/local/lib/python3.5/dist-packages/visdom/static/index.html
99
99
```
100
100
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权限。~~
102
102
103
- ~~ 这时候再刷新浏览器,就能发现visdom正常显示了。
104
-
105
- ~~ 还有其它的解决方法,包括:
106
- - 下载这两个文件到本地,然后修改index.html中都应js文件的路径
107
- - 使用代理,但是把某些域名加入白名单
108
- - ....
109
- ~~
103
+ ~~ 这时候再刷新浏览器,就能发现visdom正常显示了。~~
110
104
111
105
########################## deprecated ####################################
112
106
You can’t perform that action at this time.
0 commit comments