Skip to content

Commit 2f2bd1d

Browse files
committed
fix
1 parent 76579dc commit 2f2bd1d

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

doc/fleet_mode.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ fleetrun --worker_num=1 --server_num=1 tools/static_ps_trainer.py -m models/rank
3636

3737
```shell
3838
fleetrun --workers="ip1:port1,ip2:port2...ipN:portN" --servers="ip1:port1,ip2:port2...ipN:portN" tools/static_ps_trainer.py -m models/rank/dnn/config.yaml
39-
```
39+
```
40+
41+
## 常用数据集
42+
这是PaddleRec的数据集的的存储库。您可以在这里方便的一键下载我们处理完成的数据集,也可以使用PaddleRec轻松测试这些数据集上不同推荐模型的性能。
43+
[推荐系统数据集](https://github.com/PaddlePaddle/PaddleRec/blob/master/datasets/readme.md)

doc/ps_background.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## [分布式训练概述](https://www.paddlepaddle.org.cn/tutorials/projectdetail/511818)
1+
## [分布式训练概述](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/distributed_introduction.html)
22

33

4-
## [多机多卡训练](https://www.paddlepaddle.org.cn/tutorials/projectdetail/479613)
4+
## [多机多卡训练](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/collective/collective_quick_start.html)
55

66

7-
## [参数服务器训练](https://www.paddlepaddle.org.cn/tutorials/projectdetail/487871)
7+
## [参数服务器训练](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/parameter_server/ps_quick_start.html)
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## 分布式学习介绍
2-
### [分布式训练概述](https://www.paddlepaddle.org.cn/tutorials/projectdetail/511818)
32

3+
## [分布式训练概述](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/distributed_introduction.html)
44

5-
### [多机多卡训练](https://www.paddlepaddle.org.cn/tutorials/projectdetail/479613)
65

6+
## [多机多卡训练](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/collective/collective_quick_start.html)
77

8-
### [参数服务器训练](https://www.paddlepaddle.org.cn/tutorials/projectdetail/487871)
8+
9+
## [参数服务器训练](https://fleet-x.readthedocs.io/en/latest/paddle_fleet_rst/parameter_server/ps_quick_start.html)

0 commit comments

Comments
 (0)