Improve: log error for preprocessing text

This commit is contained in:
litagin02
2024-02-19 18:35:22 +09:00
parent 036cea17f3
commit 4c8ea82959
2 changed files with 20 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ if __name__ == "__main__":
parser.add_argument(
"--use_jp_extra",
action="store_true",
help="Use JP-Extra pretrained model",
help="Use JP-Extra model",
)
parser.add_argument(
"--val_per_lang",