Skip to content

Commit 3e55c22

Browse files
committed
fix decode_combin_test.sh
1 parent 9a3192a commit 3e55c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/wsj/s5/steps/decode_combine_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "$0 $@" # Print the command line for logging
3030
[ -f ./path.sh ] && . ./path.sh; # source the path.
3131
. parse_options.sh || exit 1;
3232

33-
if [ $# != 5 ]; then
33+
if [ $# != 3 ]; then
3434
echo "Usage: steps/decode_combine_test.sh [options] <graph-dir> <data-dir> <decode-dir>"
3535
echo "... where <decode-dir> is assumed to be a sub-directory of the directory"
3636
echo " where the model is."

0 commit comments

Comments
 (0)