online_recall.sh 359 字节
Newer Older
M
malin10 已提交
1
cd data
C
Chengmo 已提交
2
echo "Create online test data ..."
M
malin10 已提交
3 4 5
mkdir online_user/test
python process_ml_1m.py data_recall > online_user/test/data.txt

C
Chengmo 已提交
6 7 8 9
cd ..
echo "Recall online test ..."
echo "Model config at models/demo/movie_recommand/recall/config_online_test.yaml"
python -m paddlerec.run -m ./recall/config_test_online.yaml
M
malin10 已提交
10
python parse.py recall_online recall/infer_result