Skip to content

Commit f7caf1d

Browse files
committed
readme
1 parent 548b6a5 commit f7caf1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/recall/ncf/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ python -u ../../../tools/static_infer.py -m config.yaml
8585

8686
1. 确认您当前所在目录为PaddleRec/models/recall/ncf
8787
2. 进入paddlerec/datasets/movielens_pinterest_NCF目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的movielens和pinterest全量数据集,并解压到指定文件夹。
88+
8889
``` bash
8990
cd ../../../datasets/movielens_pinterest_NCF
9091
sh run.sh
9192
```
9293
3. 切回模型目录,执行命令运行全量数据
94+
9395
```bash
9496
cd - # 切回模型目录
9597
# 动态图训练并得到指标(这里需要使用bash启动脚本)

0 commit comments

Comments
 (0)