from local

This commit is contained in:
dohe0342 2023-03-29 22:07:22 +09:00
parent 3b140f3576
commit 3402960952
2 changed files with 7 additions and 0 deletions

View File

@ -341,6 +341,13 @@ def get_parser():
help="Should various information be logged in tensorboard.",
)
parser.add_argument(
"--num-epochs",
type=int,
default=30,
help="Number of epochs to train.",
)
parser.add_argument(
"--num-epochs",
type=int,