offline_test.sh 324 字节
Newer Older
M
malin10 已提交
1 2 3 4 5 6 7 8 9 10 11 12
## modify config.yaml to infer mode at first

cd recall
python -m paddlerec.run -m ./config.yaml
cd ../rank
python -m paddlerec.run -m ./config.yaml
cd ..

echo "recall offline test result:"
python parse.py recall_offline recall/infer_result
echo "rank offline test result:"
python parse.py recall_offline rank/infer_result