from local

This commit is contained in:
dohe0342 2023-01-24 23:01:58 +09:00
parent 00295fd4f1
commit 20c5ba2d88
2 changed files with 1 additions and 1 deletions

View File

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