Skip to content

Commit 9c29867

Browse files
authored
Update readme.md
1 parent fa3b725 commit 9c29867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/rank/xdeepfm/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ os : windows/linux/macos
6666
本文提供了样例数据可以供您快速体验,在任意目录下均可执行。在deepfm模型目录的快速执行命令如下:
6767
```bash
6868
# 进入模型目录
69-
# cd models/rank/deepfm # 在任意目录均可运行
69+
# cd models/rank/xdeepfm # 在任意目录均可运行
7070
# 动态图训练
7171
python -u ../../../tools/trainer.py -m config.yaml # 全量数据运行config_bigdata.yaml
7272
# 动态图预测
@@ -116,7 +116,7 @@ cin结合了rnn和cnn的优点,有多个卷积层构成,对于除了初始
116116
| :------| :------ | :------ | :------| :------ |
117117
| xDeepFM | 0.777 | 4096 | 1 | 约1.84小时 |
118118

119-
1. 确认您当前所在目录为PaddleRec/models/rank/deepfm
119+
1. 确认您当前所在目录为PaddleRec/models/rank/xdeepfm
120120
2. 进入paddlerec/datasets/criteo目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的criteo全量数据集,并解压到指定文件夹。
121121
``` bash
122122
cd ../../../datasets/criteo

0 commit comments

Comments
 (0)