We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3192a commit 3e55c22Copy full SHA for 3e55c22
egs/wsj/s5/steps/decode_combine_test.sh
@@ -30,7 +30,7 @@ echo "$0 $@" # Print the command line for logging
30
[ -f ./path.sh ] && . ./path.sh; # source the path.
31
. parse_options.sh || exit 1;
32
33
-if [ $# != 5 ]; then
+if [ $# != 3 ]; then
34
echo "Usage: steps/decode_combine_test.sh [options] <graph-dir> <data-dir> <decode-dir>"
35
echo "... where <decode-dir> is assumed to be a sub-directory of the directory"
36
echo " where the model is."
0 commit comments