diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py index 265435ee7..78708fd3f 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py @@ -318,7 +318,7 @@ def get_parser(): parser.add_argument( "--base-lr", type=float, - default=0.055, + default=0.045, help="The base learning rate." )