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(
|
parser.add_argument(
|
||||||
"--ngram-lm-scale",
|
"--ngram-lm-scale",
|
||||||
type=float,
|
type=float,
|
||||||
default=0.07,
|
default=0.35,
|
||||||
help="""
|
help="""
|
||||||
Used only when --decoding_method is fast_beam_search_nbest_LG.
|
Used only when --decoding_method is fast_beam_search_nbest_LG.
|
||||||
It specifies the scale for n-gram LM scores.
|
It specifies the scale for n-gram LM scores.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user