Skip to content
Snippets Groups Projects
Commit dfeeefcf authored by Dan Povey's avatar Dan Povey
Browse files

BABEL: Minor fix in run-6-combin.sh

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2395 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 87a57ad6
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if [ ! -f exp/combine_2/decode_dev2h/.done ]; then
done
fi
This assumes the exp_BNF stuff is done..
# This assumes the exp_BNF stuff is done..
if [ ! -f exp/combine_3/decode_dev2h/.done ]; then
for iter in 1 2 3 4; do
if [ ! -f exp_BNF/sgmm7_mmi_b0.1/decode_dev2h_fmllr_it$iter/.done ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment