Skip to content

Commit f34e96a

Browse files
authored
Minor wandb related fix
1 parent 89cb962 commit f34e96a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utilities/config_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def extras(
243243
wandb_status = "new"
244244
runs_in_group = get_existing_wandb_group_runs(config, ckpt_must_exist=True, only_best_and_last=False)
245245
for other_run in runs_in_group:
246+
if not hasattr(other_run.config, "get"):
247+
continue
246248
other_seed = other_run.config.get("seed")
247249
if "," in str(other_seed):
248250
# wrong seed has been logged, use the one from the name

0 commit comments

Comments
 (0)