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(
|
parser.add_argument(
|
||||||
"--base-lr",
|
"--base-lr",
|
||||||
type=float,
|
type=float,
|
||||||
default=0.075,
|
default=0.05,
|
||||||
help="The base learning rate."
|
help="The base learning rate."
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lr-epochs",
|
"--lr-epochs",
|
||||||
type=float,
|
type=float,
|
||||||
default=3,
|
default=3.5,
|
||||||
help="""Number of epochs that affects how rapidly the learning rate decreases.
|
help="""Number of epochs that affects how rapidly the learning rate decreases.
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user