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
4e678ee082
commit
6bab522557
BIN
egs/tedlium2/ASR/conformer_ctc3/.train.py.swp
Normal file
BIN
egs/tedlium2/ASR/conformer_ctc3/.train.py.swp
Normal file
Binary file not shown.
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user