from local

This commit is contained in:
dohe0342 2022-12-10 13:34:06 +09:00
parent c8448ebcd6
commit 0291ce4eff
3 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,12 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
type=int, type=int,
default=0 default=0
) )
parser.add_argument(
"--wandb",
type=bool,
default=False,
help="Use wandb for MLOps",
)