from local
This commit is contained in:
parent
d2d6f5fa84
commit
c4d233e809
Binary file not shown.
@ -125,6 +125,13 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
|||||||
help="Number of attention heads in the zipformer encoder layers.",
|
help="Number of attention heads in the zipformer encoder layers.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--encoder-dim",
|
||||||
|
type=int,
|
||||||
|
default=768,
|
||||||
|
help="Encoder embedding dimension",
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--encoder-dims",
|
"--encoder-dims",
|
||||||
type=str,
|
type=str,
|
||||||
|
|||||||
Reference in New Issue
Block a user