Skip to content

Commit

Permalink
Update wandb_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel authored and glenn-jocher committed Dec 7, 2021
1 parent fa05f8c commit f53f33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/loggers/wandb/wandb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def __init__(self, opt, run_id=None, job_type='Training'):
self.setup_training(opt)

if self.job_type == 'Dataset Creation':
self.wandb_run.config.update({"upload_dataset": True})
self.data_dict = self.check_and_upload_dataset(opt)

def check_and_upload_dataset(self, opt):
Expand Down

0 comments on commit f53f33e

Please sign in to comment.