from local

This commit is contained in:
dohe0342 2023-02-14 17:52:26 +09:00
parent 4e678ee082
commit 6bab522557
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -303,6 +303,14 @@ def get_parser() -> argparse.ArgumentParser:
default=False,
help="Whether to use half precision training.",
)
parser.add_argument(
"--interctc-weight",
type=float,
default=0.3,
help="""Number of steps that affects how rapidly the learning rate
decreases. We suggest not to change this.""",
)
add_model_arguments(parser)