Skip to content

Commit 23addf0

Browse files
committed
Add config back to WandB init
1 parent 5dbbbd8 commit 23addf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmf/utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def __init__(
425425
)
426426

427427
self._wandb = wandb
428-
self._wandb_init = dict(entity=entity, project=project)
428+
self._wandb_init = dict(entity=entity, config=config, project=project)
429429
wandb_kwargs = deepcopy(config.training.wandb)
430430
wandb_kwargs.pop("enabled")
431431
wandb_kwargs.pop("entity")

0 commit comments

Comments
 (0)