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
a2ee6e6d03
commit
3565520453
Binary file not shown.
Binary file not shown.
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user