from local

This commit is contained in:
dohe0342 2023-02-14 17:58:24 +09:00
parent 3565520453
commit 26aa579873
2 changed files with 0 additions and 2 deletions

View File

@ -301,14 +301,12 @@ def get_parser() -> argparse.ArgumentParser:
"--interctc",
type=str2bool,
default=False,
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(