from local

This commit is contained in:
dohe0342 2023-03-29 22:09:45 +09:00
parent 6b9b21d268
commit a8bba953c4
2 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def get_parser():
parser.add_argument(
"--num-updates",
type=int,
default=30,
default=5000,
help="Number of epochs to train.",
)