We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e8758 commit 9a3192aCopy full SHA for 9a3192a
egs/wsj/s5/steps/decode_combine_test.sh
@@ -62,8 +62,8 @@ mkdir -p $dir/log
62
echo $nj > $dir/num_jobs
63
64
65
-for f in $sdata/1/feats.scp $sdata/1/cmvn.scp $srcdir/final.mdl $graphdir/HCLG.fst $oldlm_fst $newlm_fst; do
66
- [ ! -f $f ] && echo "decode_si.sh: no such file $f" && exit 1;
+for f in $sdata/1/feats.scp $sdata/1/cmvn.scp $srcdir/final.mdl $graphdir/HCLG.fst; do
+ [ ! -f $f ] && echo "decode_combine_test.sh: no such file $f" && exit 1;
67
done
68
69
0 commit comments