diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py index 46e6b4ae8..aa99fb14c 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py @@ -297,7 +297,7 @@ def get_parser(): parser.add_argument( "--base-lr", type=float, - default=0.06, + default=0.05, help="The base learning rate." )