mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
49be9a896e
commit
e40aa4a01b
Binary file not shown.
@ -158,6 +158,12 @@ def add_model_arguments(parser: argparse.ArgumentParser) -> None:
|
|||||||
type=str2bool,
|
type=str2bool,
|
||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--learnable-alpha",
|
||||||
|
type=str2bool,
|
||||||
|
default=True,
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--interctc-weight",
|
"--interctc-weight",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user