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