Skip to content

Commit 3d49e2c

Browse files
authored
Merge pull request #428 from frankwhzhang/fix_ple_0513
fix ple/share_btm readme bugs
2 parents 31a316f + 93e21e9 commit 3d49e2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

models/multitask/ple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MMOE
1+
# PLE
22

33
以下是本例的简要目录结构及说明:
44

@@ -52,7 +52,7 @@ python 2.7/3.5/3.6/3.7
5252
os : windows/linux/macos
5353

5454
## 快速开始
55-
本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在mmoe模型目录的快速执行命令如下
55+
本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在ple模型目录的快速执行命令如下
5656
```bash
5757
# 进入模型目录
5858
# cd models/multitask/ple # 在任意目录均可运行

models/multitask/share_bottom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python 2.7/3.5/3.6/3.7
5454
os : windows/linux/macos
5555

5656
## 快速开始
57-
本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在mmoe模型目录的快速执行命令如下
57+
本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在share_bottom模型目录的快速执行命令如下
5858
```bash
5959
# 进入模型目录
6060
# cd models/multitask/share_bottom # 在任意目录均可运行
@@ -76,7 +76,7 @@ python -u ../../../tools/static_infer.py -m config.yaml
7676
在全量数据下模型的指标如下:
7777
| 模型 | auc_marital | batch_size | epoch_num | Time of each epoch |
7878
| :------| :------ | :------ | :------| :------ |
79-
| MMOE | 0.99 | 32 | 100 | 约1分钟 |
79+
| Share_bottom | 0.99 | 32 | 100 | 约1分钟 |
8080

8181
1. 确认您当前所在目录为PaddleRec/models/multitask/share_bottom
8282
2. 进入paddlerec/datasets/census目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的census全量数据集,并解压到指定文件夹。

0 commit comments

Comments
 (0)