from local

This commit is contained in:
dohe0342 2023-02-14 17:58:19 +09:00
parent a2ee6e6d03
commit 3565520453
3 changed files with 7 additions and 0 deletions

View File

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