Skip to content

Commit 79afcf2

Browse files
authored
Update wandb.py
1 parent 198f433 commit 79afcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/_callbacks/wandb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def log_final_metrics(self, metrics: dict[str, Any]) -> None:
113113

114114
try:
115115
print(metrics)
116-
config = metrics["config"]
116+
config = metrics["configs"]
117117
self.wandb.init(config=config, **wandb_run_init_args)
118118
self.wandb.log(metrics)
119119
except Exception as e:

0 commit comments

Comments
 (0)