mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 22:24:19 +00:00
minor fix
This commit is contained in:
parent
638cb5cc35
commit
d56d88b85e
@ -176,7 +176,7 @@ def get_parser():
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--bpe-model",
|
"--bpe-model",
|
||||||
type=Path,
|
type=str,
|
||||||
default="data/lang_bbpe_500/bbpe.model",
|
default="data/lang_bbpe_500/bbpe.model",
|
||||||
help="Path to the byte BPE model",
|
help="Path to the byte BPE model",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user