mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
fdc1fad8e8
commit
05a98026c7
Binary file not shown.
Binary file not shown.
@ -334,6 +334,13 @@ def get_parser():
|
|||||||
help="Number of epochs to train.",
|
help="Number of epochs to train.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--num-updates",
|
||||||
|
type=int,
|
||||||
|
default=5000,
|
||||||
|
help="Number of epochs to train.",
|
||||||
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--start-epoch",
|
"--start-epoch",
|
||||||
type=int,
|
type=int,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user