Further increase learning rate

This commit is contained in:
Daniel Povey 2022-05-28 17:48:12 +08:00
parent 2b8ea98fc2
commit 8a96f29a11

View File

@ -168,7 +168,7 @@ def get_parser():
parser.add_argument( parser.add_argument(
"--lr-batches", "--lr-batches",
type=float, type=float,
default=2000, default=1500,
help="""Number of steps that affects how rapidly the learning rate decreases. help="""Number of steps that affects how rapidly the learning rate decreases.
We suggest not to change this.""", We suggest not to change this.""",
) )