mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-11 11:02:29 +00:00
Update pretrain.py
This commit is contained in:
parent
8fe6713d10
commit
6dbcdbac5d
@ -474,7 +474,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lr-hours",
|
"--lr-hours",
|
||||||
type=float,
|
type=float,
|
||||||
default=30000,
|
default=10000,
|
||||||
help="""Number of hours that affects how rapidly the learning rate decreases.
|
help="""Number of hours that affects how rapidly the learning rate decreases.
|
||||||
""",
|
""",
|
||||||
)
|
)
|
||||||
@ -482,7 +482,7 @@ def get_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--warmup-batches",
|
"--warmup-batches",
|
||||||
type=float,
|
type=float,
|
||||||
default=10000,
|
default=5000,
|
||||||
help="Eden warmup steps",
|
help="Eden warmup steps",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user