Increase initial-lr from 0.05 to 0.06.

This commit is contained in:
Daniel Povey 2022-10-22 15:02:07 +08:00
parent aa5f34af64
commit 74d775014d

View File

@ -231,7 +231,7 @@ def get_parser():
parser.add_argument(
"--initial-lr",
type=float,
default=0.05,
default=0.06,
help="The initial learning rate. This value should not need "
"to be changed.",
)