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 e307916 commit 7c4beabCopy full SHA for 7c4beab
models/recall/ncf/readme.md
@@ -87,13 +87,13 @@ python -u ../../../tools/static_infer.py -m config.yaml
87
2. 进入paddlerec/datasets/movielens_pinterest_NCF目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的movielens和pinterest全量数据集,并解压到指定文件夹。
88
``` bash
89
cd ../../../datasets/movielens_pinterest_NCF
90
-bash run.sh
+sh run.sh
91
```
92
3. 切回模型目录,执行命令运行全量数据
93
```bash
94
cd - # 切回模型目录
95
-# 动态图训练并得到指标
96
-sh run.sh
+# 动态图训练并得到指标(这里需要使用bash启动脚本)
+bash run.sh
97
98
99
## 进阶使用
0 commit comments