mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
Update pretrained.py
This commit is contained in:
parent
870d4d09ba
commit
9176da7574
@ -57,22 +57,19 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--words-file",
|
||||
type=str,
|
||||
help="Path to words.txt "
|
||||
"Used only when method is not ctc-decoding",
|
||||
help="Path to words.txt " "Used only when method is not ctc-decoding",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--HLG",
|
||||
type=str,
|
||||
help="Path to HLG.pt. "
|
||||
"Used only when method is not ctc-decoding",
|
||||
help="Path to HLG.pt. " "Used only when method is not ctc-decoding",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--bpe-model",
|
||||
type=str,
|
||||
help="Path to bpe.model. "
|
||||
"Used only when method is ctc-decoding.",
|
||||
help="Path to bpe.model. " "Used only when method is ctc-decoding.",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user