提交 c786b182 编写于 作者: Y Yibing Liu

Uncomment model downloading lines

上级 938685ba
......@@ -4,19 +4,19 @@ cd ../.. > /dev/null
# download language model
cd models/lm > /dev/null
#sh download_lm_en.sh
#if [ $? -ne 0 ]; then
# exit 1
#fi
sh download_lm_en.sh
if [ $? -ne 0 ]; then
exit 1
fi
cd - > /dev/null
# download well-trained model
cd models/baidu_en8k > /dev/null
#sh download_model.sh
#if [ $? -ne 0 ]; then
# exit 1
#fi
sh download_model.sh
if [ $? -ne 0 ]; then
exit 1
fi
cd - > /dev/null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册