mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
set ngram-lm-scale=0.35 as default
This commit is contained in:
parent
93f4eb1164
commit
d64fb92f16
@ -225,7 +225,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--ngram-lm-scale",
|
||||
type=float,
|
||||
default=0.07,
|
||||
default=0.35,
|
||||
help="""
|
||||
Used only when --decoding_method is fast_beam_search_nbest_LG.
|
||||
It specifies the scale for n-gram LM scores.
|
||||
|
Loading…
x
Reference in New Issue
Block a user