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 31fe453 commit 548b6a5Copy full SHA for 548b6a5
models/recall/ncf/readme.md
@@ -61,7 +61,7 @@ os : windows/linux/macos
61
# 动态图训练
62
python -u ../../../tools/trainer.py -m config.yaml # 全量数据运行config_bigdata.yaml
63
# 动态图预测
64
-python -u infer.py -m config.yaml
+python -u ../../../tools/infer.py -m config.yaml
65
66
# 静态图训练
67
python -u ../../../tools/static_trainer.py -m config.yaml # 全量数据运行config_bigdata.yaml
0 commit comments