Skip to content

Commit f53f33e

Browse files
AyushExelglenn-jocher
authored andcommitted
Update wandb_utils.py
1 parent fa05f8c commit f53f33e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/loggers/wandb/wandb_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def __init__(self, opt, run_id=None, job_type='Training'):
186186
self.setup_training(opt)
187187

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

191192
def check_and_upload_dataset(self, opt):

0 commit comments

Comments
 (0)