mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-05 15:14:18 +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(
|
parser.add_argument(
|
||||||
"--bpe-model",
|
"--bpe-model",
|
||||||
type=str,
|
type=str,
|
||||||
|
required=True,
|
||||||
help="""Path to the bbpe.model.""",
|
help="""Path to the bbpe.model.""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -150,6 +150,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--bpe-model",
|
"--bpe-model",
|
||||||
type=str,
|
type=str,
|
||||||
|
required=True,
|
||||||
help="""Path to the bbpe.model.""",
|
help="""Path to the bbpe.model.""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user