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
6729f21ab4
commit
a649daa1cd
Binary file not shown.
Binary file not shown.
@ -132,6 +132,13 @@ def add_model_arguments(parser: argparse.ArgumentParser) -> None:
|
||||
default=256,
|
||||
help="Attention dimension in the conformer model.",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--kernel-size",
|
||||
type=int,
|
||||
default=15,
|
||||
help="Attention dimension in the conformer model.",
|
||||
)
|
||||
|
||||
|
||||
def get_parser() -> argparse.ArgumentParser:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user