from local

This commit is contained in:
dohe0342 2023-02-21 02:08:16 +09:00
parent 49be9a896e
commit e40aa4a01b
2 changed files with 6 additions and 0 deletions

View File

@ -159,6 +159,12 @@ def add_model_arguments(parser: argparse.ArgumentParser) -> None:
default=False,
)
parser.add_argument(
"--learnable-alpha",
type=str2bool,
default=True,
)
parser.add_argument(
"--interctc-weight",
type=float,