mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Increase dim of middle satck from 512 to 768
This commit is contained in:
parent
01ed3bbcc4
commit
c7e8a7349d
@ -143,7 +143,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--encoder-dim",
|
||||
type=str,
|
||||
default="384,512,512,512,512,512,384",
|
||||
default="384,512,512,768,512,512,384",
|
||||
help="Embedding dimension in encoder stacks: a single int or comma-separated list."
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user