diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py index 6bb5708d8..28ecd718d 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py @@ -138,7 +138,7 @@ def add_model_arguments(parser: argparse.ArgumentParser): parser.add_argument( "--feedforward-dim", type=str, - default="1792,1792,2304,2304,2304,1792", + default="1536,1536,1536,1536,1536,1536", help="Feedforward dimension of the zipformer encoder layers, per stack, comma separated.", )