diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py index 1030be528..17b4f9c4b 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py @@ -231,7 +231,7 @@ def get_parser(): parser.add_argument( "--initial-lr", type=float, - default=0.06, + default=0.075, help="The initial learning rate. This value should not need " "to be changed.", ) @@ -247,7 +247,7 @@ def get_parser(): parser.add_argument( "--lr-epochs", type=float, - default=3.5, + default=3, help="""Number of epochs that affects how rapidly the learning rate decreases. """, )