mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Increase initial-lr from 0.05 to 0.06.
This commit is contained in:
parent
aa5f34af64
commit
74d775014d
@ -231,7 +231,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--initial-lr",
|
"--initial-lr",
|
||||||
type=float,
|
type=float,
|
||||||
default=0.05,
|
default=0.06,
|
||||||
help="The initial learning rate. This value should not need "
|
help="The initial learning rate. This value should not need "
|
||||||
"to be changed.",
|
"to be changed.",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user