from local

This commit is contained in:
dohe0342 2022-12-10 13:26:00 +09:00
parent dc23b3b35c
commit ee376e5e25
2 changed files with 7 additions and 0 deletions

View File

@ -206,6 +206,13 @@ def get_parser():
default=12354,
help="Master port to use for DDP training.",
)
parser.add_argument(
"--wandb",
type=str2bool,
default=False,
help="Should various information be logged in wandb.",
)
parser.add_argument(
"--tensorboard",