mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
set bpe_model
as required
This commit is contained in:
parent
b63576ccd0
commit
ad94191055
@ -66,6 +66,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--bpe-model",
|
||||
type=str,
|
||||
required=True,
|
||||
help="""Path to the bbpe.model.""",
|
||||
)
|
||||
|
||||
|
@ -150,6 +150,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--bpe-model",
|
||||
type=str,
|
||||
required=True,
|
||||
help="""Path to the bbpe.model.""",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user