Skip to content

Commit

Permalink
Wandb minor fix for model resume
Browse files Browse the repository at this point in the history
  • Loading branch information
roshansh-cmu committed Apr 30, 2022
1 parent ffe7c58 commit 79c071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/tasks/abs_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ def main_worker(cls, args: argparse.Namespace):
name=name,
dir=output_dir,
id=args.wandb_id,
resume="allow",
resume=args.resume,
)
wandb.config.update(args)
else:
Expand Down

0 comments on commit 79c071e

Please sign in to comment.