from local

This commit is contained in:
dohe0342 2023-02-14 15:09:09 +09:00
parent aa5d655704
commit 902190f344
2 changed files with 12 additions and 0 deletions

View File

@ -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",