Skip to content

Commit cdbf2f4

Browse files
authored
Update tensorboard.py
1 parent 0ae7f47 commit cdbf2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/loggers/tensorboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def experiment(self) -> SummaryWriter:
101101
return self._experiment
102102

103103
@rank_zero_only
104-
def log_hyperparams(self, params: Union[Dict[str, Any], Namespace],
104+
def log_hyperparams(self, params: Union[Dict[str, Any], Namespace],
105105
metrics: Optional[Dict[str, Any]] = None) -> None:
106106
params = self._convert_params(params)
107107
params = self._flatten_dict(params)

0 commit comments

Comments
 (0)