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
aa5d655704
commit
902190f344
Binary file not shown.
@ -93,6 +93,18 @@ def get_parser() -> argparse.ArgumentParser:
|
||||
"consecutive checkpoints before the checkpoint specified by "
|
||||
"'--epoch' and '--iter'",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--start",
|
||||
type=int,
|
||||
default=1,
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--end",
|
||||
type=int,
|
||||
default=1,
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--method",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user