Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel authored and glenn-jocher committed Dec 23, 2021
1 parent 012b30e commit 312127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/loggers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ def on_params_update(self, params):
# update hyperparams or configs of the experiment
# params: A dict containing param: value pairs
if self.wandb:
self.wandb.wandb_run.config.update(params, allow_val_change = True)
self.wandb.wandb_run.config.update(params, allow_val_change=True)

0 comments on commit 312127f

Please sign in to comment.