from local

This commit is contained in:
dohe0342 2023-01-09 14:59:45 +09:00
parent 538af312e3
commit 3aea4a9af1
3 changed files with 0 additions and 1 deletions

View File

@ -1710,7 +1710,6 @@ def main():
logging.info("save arguments to config.yaml...")
save_args(args)
wandb.init(project="d2v-adapter", entity="dohe0342")
if args.wandb: wb = wandb.init(project="d2v-adapter", entity="dohe0342", config=vars(args))
else: wb = None