from local
This commit is contained in:
parent
4cf13cd144
commit
538af312e3
Binary file not shown.
@ -1709,8 +1709,9 @@ def main():
|
|||||||
|
|
||||||
logging.info("save arguments to config.yaml...")
|
logging.info("save arguments to config.yaml...")
|
||||||
save_args(args)
|
save_args(args)
|
||||||
|
|
||||||
if args.wandb: wb = wandb.init(project="d2v-T", entity="dohe0342", config=vars(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
|
else: wb = None
|
||||||
|
|
||||||
world_size = args.world_size
|
world_size = args.world_size
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user