from local

This commit is contained in:
dohe0342 2023-04-18 14:02:27 +09:00
parent fdc1fad8e8
commit 05a98026c7
3 changed files with 7 additions and 0 deletions

View File

@ -333,6 +333,13 @@ def get_parser():
default=30,
help="Number of epochs to train.",
)
parser.add_argument(
"--num-updates",
type=int,
default=5000,
help="Number of epochs to train.",
)
parser.add_argument(
"--start-epoch",