Update egs/librispeech/ASR/lstm_transducer_stateless2/decode.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
marcoyang1998 2022-11-02 22:10:23 +08:00 committed by GitHub
parent b62fd917ae
commit e3f218b62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ def get_parser():
"--rnn-lm-scale", "--rnn-lm-scale",
type=float, type=float,
default=0.0, default=0.0,
help="""Used only when --method is modified_beam_search3. help="""Used only when --method is modified-beam-search_rnnlm_shallow_fusion.
It specifies the path to RNN LM exp dir. It specifies the path to RNN LM exp dir.
""", """,
) )