mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
Use bpe_500
This commit is contained in:
parent
64bb39bf17
commit
9a5340b21f
@ -107,7 +107,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lang-dir",
|
"--lang-dir",
|
||||||
type=str,
|
type=str,
|
||||||
default="data/lang_bpe_5000",
|
default="data/lang_bpe_500",
|
||||||
help="""The lang dir
|
help="""The lang dir
|
||||||
It contains language related input files such as
|
It contains language related input files such as
|
||||||
"lexicon.txt"
|
"lexicon.txt"
|
||||||
|
@ -42,7 +42,6 @@ dl_dir=$PWD/download
|
|||||||
# It will generate data/lang_bpe_xxx,
|
# It will generate data/lang_bpe_xxx,
|
||||||
# data/lang_bpe_yyy if the array contains xxx, yyy
|
# data/lang_bpe_yyy if the array contains xxx, yyy
|
||||||
vocab_sizes=(
|
vocab_sizes=(
|
||||||
5000
|
|
||||||
500
|
500
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user