from local

This commit is contained in:
dohe0342 2023-01-24 15:16:52 +09:00
parent 9294682d36
commit 02c3feb15c
2 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
parser.add_argument( parser.add_argument(
"--wandb", "--wandb",
type=str2bool, type=str2bool,
default=True, default=False,
help="Use wandb for MLOps", help="Use wandb for MLOps",
) )
parser.add_argument( parser.add_argument(