"applications/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "76439997a755b0d1aa01397cb591303154ca0aa8"
Commit 6b77062d authored by Jennifer's avatar Jennifer
Browse files

adds config recording to wandb

parent 0f2b2929
...@@ -383,6 +383,7 @@ def main(args): ...@@ -383,6 +383,7 @@ def main(args):
save_dir=args.output_dir, save_dir=args.output_dir,
id=args.wandb_id, id=args.wandb_id,
project=args.wandb_project, project=args.wandb_project,
config=config.to_dict(),
**{"entity": args.wandb_entity} **{"entity": args.wandb_entity}
) )
loggers.append(wdb_logger) loggers.append(wdb_logger)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment