Skip to content

Commit

Permalink
adds config recording to wandb
Browse files Browse the repository at this point in the history
  • Loading branch information
jnwei committed Mar 13, 2024
1 parent d1fe024 commit 6ba0a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_openfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ def main(args):
save_dir=args.output_dir,
id=args.wandb_id,
project=args.wandb_project,
config=config.to_dict(),
**{"entity": args.wandb_entity}
)
loggers.append(wdb_logger)
Expand Down

0 comments on commit 6ba0a59

Please sign in to comment.