Skip to content

Commit 7c4beab

Browse files
committed
readme
1 parent e307916 commit 7c4beab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/recall/ncf/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ python -u ../../../tools/static_infer.py -m config.yaml
8787
2. 进入paddlerec/datasets/movielens_pinterest_NCF目录下,执行该脚本,会从国内源的服务器上下载我们预处理完成的movielens和pinterest全量数据集,并解压到指定文件夹。
8888
``` bash
8989
cd ../../../datasets/movielens_pinterest_NCF
90-
bash run.sh
90+
sh run.sh
9191
```
9292
3. 切回模型目录,执行命令运行全量数据
9393
```bash
9494
cd - # 切回模型目录
95-
# 动态图训练并得到指标
96-
sh run.sh
95+
# 动态图训练并得到指标(这里需要使用bash启动脚本)
96+
bash run.sh
9797
```
9898

9999
## 进阶使用

0 commit comments

Comments
 (0)