Skip to content

Commit 2c83661

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646

4747
- 教程代码同时在Python2和Python3下测试通过
4848
- 实战部分代码还同时在GPU和CPU环境下测试通过
49-
- 所有的代码都是基于最新版的PyTorch 0.2.0,本人承诺会至少维护代码更新兼容到PyTorch `0.4`
49+
- ~~所有的代码都是基于最新版的PyTorch 0.2.0~~,本人承诺会至少维护代码更新兼容到PyTorch `0.4`
50+
51+
目前前五章的代码已经更新到PyTorch 0.3.0 , 如果你想在PyTorch 0.2.0下运行,请
52+
```
53+
git checkout v0.2
54+
```
5055

5156
如果有任何不当,或者有待改进的地方,欢迎读者开issue讨论,或者提交pull request。
5257

@@ -74,12 +79,12 @@ pip install --upgrade visdom
7479

7580
########################## deprecated ####################################
7681

77-
~~教程中用到了Visdom作为可视化工具,但是最近发现visdom 不能用了,打开之后网页一片空白,经过抓包分析发现是两个js文件被防火墙给阻挡了:
82+
~~教程中用到了Visdom作为可视化工具,但是最近发现visdom 不能用了,打开之后网页一片空白,经过抓包分析发现是两个js文件被防火墙给阻挡了~~
7883

7984
- `https://cdn.rawgit.com/plotly/plotly.js/master/dist/plotly.min.js`
8085
- `https://cdn.rawgit.com/STRML/react-grid-layout/0.14.0/dist/react-grid-layout.min.js`
8186

82-
~~这里本人提供一个比较简单的解决方法:
87+
~~这里本人提供一个比较简单的解决方法:~~
8388
- Step 1: 找到系统使用visdom的`index.html`文件,
8489

8590
```Bash

0 commit comments

Comments
 (0)