mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-11 18:14:19 +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(
|
||||
"--lr-batches",
|
||||
type=float,
|
||||
default=2000,
|
||||
default=1500,
|
||||
help="""Number of steps that affects how rapidly the learning rate decreases.
|
||||
We suggest not to change this.""",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user