mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
--base-lr0.075->0.5; --lr-epochs 3->3.5
This commit is contained in:
parent
0406d0b059
commit
5b9d166cb9
@ -232,7 +232,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--base-lr",
|
||||
type=float,
|
||||
default=0.075,
|
||||
default=0.05,
|
||||
help="The base learning rate."
|
||||
)
|
||||
|
||||
@ -247,7 +247,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--lr-epochs",
|
||||
type=float,
|
||||
default=3,
|
||||
default=3.5,
|
||||
help="""Number of epochs that affects how rapidly the learning rate decreases.
|
||||
""",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user