from local

This commit is contained in:
dohe0342 2023-02-14 12:58:22 +09:00
parent 9013f37394
commit a8e1b34735
2 changed files with 7 additions and 0 deletions

View File

@ -296,6 +296,13 @@ def get_parser() -> argparse.ArgumentParser:
default=False,
help="Whether to use half precision training.",
)
parser.add_argument(
"--interctc",
type=str2bool,
default=False,
help="Whether to use half precision training.",
)
add_model_arguments(parser)