Skip to content

Commit

Permalink
Fix default value for --context-size in icefall. (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Mar 8, 2024
1 parent ae61bd4 commit 60986c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def get_parser():
parser.add_argument(
"--context-size",
type=int,
default=1,
default=2,
help="The context size in the decoder. 1 means bigram; 2 means tri-gram",
)
parser.add_argument(
Expand Down

0 comments on commit 60986c3

Please sign in to comment.