File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # MMOE
1+ # PLE
22
33 以下是本例的简要目录结构及说明:
44
@@ -52,7 +52,7 @@ python 2.7/3.5/3.6/3.7
5252os : windows/linux/macos
5353
5454## 快速开始
55- 本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在mmoe模型目录的快速执行命令如下 :
55+ 本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在ple模型目录的快速执行命令如下 :
5656``` bash
5757# 进入模型目录
5858# cd models/multitask/ple # 在任意目录均可运行
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ python 2.7/3.5/3.6/3.7
5454os : 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
81811 . 确认您当前所在目录为PaddleRec/models/multitask/share_bottom
82822 . 进入paddlerec/datasets/census目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的census全量数据集,并解压到指定文件夹。
You can’t perform that action at this time.
0 commit comments