We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548b6a5 commit f7caf1dCopy full SHA for f7caf1d
models/recall/ncf/readme.md
@@ -85,11 +85,13 @@ python -u ../../../tools/static_infer.py -m config.yaml
85
86
1. 确认您当前所在目录为PaddleRec/models/recall/ncf
87
2. 进入paddlerec/datasets/movielens_pinterest_NCF目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的movielens和pinterest全量数据集,并解压到指定文件夹。
88
+
89
``` bash
90
cd ../../../datasets/movielens_pinterest_NCF
91
sh run.sh
92
```
93
3. 切回模型目录,执行命令运行全量数据
94
95
```bash
96
cd - # 切回模型目录
97
# 动态图训练并得到指标(这里需要使用bash启动脚本)
0 commit comments