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
d2d6f5fa84
commit
c4d233e809
Binary file not shown.
@ -124,6 +124,13 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
default="8,8,8,8,8",
|
||||
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(
|
||||
"--encoder-dims",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user