Revert base LR to 0.05

This commit is contained in:
Daniel Povey 2023-01-05 16:27:43 +08:00
parent 067b861c70
commit 90c02b471c

View File

@ -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."
)