mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce feedforward dim of the 4th and 5th encoder stacks.
# Conflicts: # egs/librispeech/ASR/pruned_transducer_stateless7/train.py
This commit is contained in:
parent
d1d4be8ecc
commit
f8210e1d80
@ -120,7 +120,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--feedforward-dim",
|
||||
type=str,
|
||||
default="1024,1024,1536,1536,1536,1024",
|
||||
default="1024,1024,1536,1024,1024,1024",
|
||||
help="Feedforward dimension of the zipformer encoder layers, per stack, comma separated.",
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user