mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Make encoder dims mostly 512.
This commit is contained in:
parent
b656b0df36
commit
01ed3bbcc4
@ -143,7 +143,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--encoder-dim",
|
||||
type=str,
|
||||
default="256,384,512,768,512,384,256",
|
||||
default="384,512,512,512,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