offline_test.sh 322 字节
Newer Older
M
malin10 已提交
1 2 3 4 5 6 7 8 9 10 11
## 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:"
M
bug fix  
malin10 已提交
12
python parse.py rank_offline rank/infer_result