run.sh 193 字节
Newer Older
Y
yinhaofeng 已提交
1 2 3 4 5 6
#!/bin/bash
echo "................run................."
python -m paddlerec.run -m ./config.yaml >result1.txt
grep -A1 "prediction" ./result1.txt >./result.txt
rm -f result1.txt
python eval.py