File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ export FLAGS_selected_xpus=0
2323export XPU_CONV_AUTOTUNE=2
2424
2525cd PaddleRec/models/rank/naml
26- # 全量数据动态图训练
27- python3.7 -u ../../../tools/trainer.py -m config_bigdata_kunlun.yaml # 使用示例数据,请指定config_kunlun.yaml
2826# 全量数据静态图训练
2927python3.7 -u ../../../tools/static_trainer.py -m config_bigdata_kunlun.yaml # 使用示例数据,请指定config_kunlun.yaml
3028```
@@ -37,8 +35,6 @@ export FLAGS_selected_xpus=0
3735export XPU_CONV_AUTOTUNE=2
3836
3937cd PaddleRec/models/rank/naml
40- # 全量数据动态图预测
41- python3.7 -u ../../../tools/infer.py -m config_bigdata_kunlun.yaml # 使用示例数据,请指定config_kunlun.yaml
4238# 全量数据静态图预测
4339python3.7 -u ../../../tools/static_infer.py -m config_bigdata_kunlun.yaml # 使用示例数据,请指定config_kunlun.yaml
4440```
You can’t perform that action at this time.
0 commit comments