File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111## 下载
1212
13- - V1.0版本 : [ 地址1] ( http://jd92.wang/assets/files/transfer_learning_tutorial_wjd.pdf ) [ 地址2] ( https://github.com/jindongwang/transferlearning-tutorial/releases )
13+ - V1.1版本 : [ 地址1] ( http://jd92.wang/assets/files/transfer_learning_tutorial_wjd.pdf ) [ 地址2] ( https://github.com/jindongwang/transferlearning-tutorial/releases )
1414
15- - 开发版:[ 地址1(最新) ] ( https://www.jianguoyun.com/p/DSI5P2YQjKnsBRiU_0w ) [ 地址2(定期更新) ] ( https://github.com/jindongwang/transferlearning-tutorial/releases/tag/%E6%9C%80%E6%96%B0%E5%BC%80%E5%8F%91%E7%89%88 )
15+ - 开发版:[ 地址 ] ( https://www.jianguoyun.com/p/DSI5P2YQjKnsBRiU_0w )
1616
1717- [ 手册网站与勘误表] ( http://t.cn/RmasEFe )
1818
@@ -113,9 +113,9 @@ Jindong Wang et al. Transfer Learning Tutorial. 2018.
113113#### 准备工作
114114
1151151 . 在原始代码库上点 Fork ,在自己的账户下开一个分支代码库
116- 1 . 将自己的分支克隆到本地
116+ 2 . 将自己的分支克隆到本地
117117 * ` git clone https://github.com/(YOUR_GIT_NAME)/transferlearning-tutorial.git `
118- 1 . 将本机自己的 fork 的代码库和 GitHub 上原始作者的代码库 ,即上游( upstream )连接起来
118+ 3 . 将本机自己的 fork 的代码库和 GitHub 上原始作者的代码库 ,即上游( upstream )连接起来
119119 * ` git remote add upstream https://github.com/jindongwang/transferlearning-tutorial.git `
120120
121121#### 提交代码
You can’t perform that action at this time.
0 commit comments