Skip to content

Commit 548b6a5

Browse files
committed
fix readme
1 parent 31fe453 commit 548b6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/recall/ncf/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ os : windows/linux/macos
6161
# 动态图训练
6262
python -u ../../../tools/trainer.py -m config.yaml # 全量数据运行config_bigdata.yaml
6363
# 动态图预测
64-
python -u infer.py -m config.yaml
64+
python -u ../../../tools/infer.py -m config.yaml
6565

6666
# 静态图训练
6767
python -u ../../../tools/static_trainer.py -m config.yaml # 全量数据运行config_bigdata.yaml

0 commit comments

Comments
 (0)