mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-12 02:24:20 +00:00
Further increase learning rate
This commit is contained in:
parent
2b8ea98fc2
commit
8a96f29a11
@ -168,7 +168,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lr-batches",
|
"--lr-batches",
|
||||||
type=float,
|
type=float,
|
||||||
default=2000,
|
default=1500,
|
||||||
help="""Number of steps that affects how rapidly the learning rate decreases.
|
help="""Number of steps that affects how rapidly the learning rate decreases.
|
||||||
We suggest not to change this.""",
|
We suggest not to change this.""",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user