mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Tuning change to num encoder layers, inspired by relative param importance.
This commit is contained in:
parent
f995426324
commit
ff03ec88a5
@ -93,7 +93,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--num-encoder-layers",
|
||||
type=str,
|
||||
default="2,3,3,3,3,3",
|
||||
default="2,4,3,2,2,4",
|
||||
help="Number of zipformer encoder layers, comma separated.",
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user