Skip to content

Commit

Permalink
Merge pull request espnet#4329 from roshansh-cmu/wandb
Browse files Browse the repository at this point in the history
Wandb Minor Fix for Model Resume
  • Loading branch information
sw005320 authored May 6, 2022
2 parents a49cc60 + f0d7cc2 commit 4f41a1a
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 4f41a1a

Please sign in to comment.