mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Make base-lr default 0.025
This commit is contained in:
parent
8483ca2e8f
commit
105fb56db4
@ -254,7 +254,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--base-lr",
|
"--base-lr",
|
||||||
type=float,
|
type=float,
|
||||||
default=0.045,
|
default=0.025,
|
||||||
help="The base learning rate."
|
help="The base learning rate."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user