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,
|
default=256,
|
||||||
help="Attention dimension in the conformer model.",
|
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:
|
def get_parser() -> argparse.ArgumentParser:
|
||||||
|
|||||||
Reference in New Issue
Block a user