minor fixes

This commit is contained in:
JinZr 2023-09-02 15:17:49 +08:00
parent b36f3b5c52
commit 3c3e620b13

View File

@ -200,7 +200,7 @@ def get_parser():
parser.add_argument(
"--lang-dir",
type=Path,
default="data/lang_bpe_500",
default="data/lang_bpe_2000",
help="The lang dir containing word table and LG graph",
)