Skip to content

Commit 8ff4afe

Browse files
authored
Merge pull request #38 from ubc-provenance/dev
Fix wandb error with new 0.24.1 version
2 parents 7b16ec3 + b69ad97 commit 8ff4afe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pidsmaker/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ def run_pipeline_from_sweep(cfg):
310310
sweep_cfg = wandb.config
311311
cfg = fuse_cfg_with_sweep_cfg(cfg, sweep_cfg)
312312

313-
wandb.run.name = exp
314-
wandb.run.save()
315313
wandb.log({"dataset": cfg.dataset.name, "exp": exp})
316314

317315
run_pipeline_with_experiments(cfg)

0 commit comments

Comments
 (0)