Skip to content

Commit 8170cea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 43d9d2c commit 8170cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/common/trainer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ With the parameter set to false, you can add custom code to log hyperparameters.
11021102
else:
11031103
logger.log_hyperparams(hparams_dict_2)
11041104
1105-
You can also use `self.logger.log_hyperparams(...)` inside `LightningModule` to log.
1105+
You can also use `self.logger.log_hyperparams(...)` inside `LightningModule` to log.
11061106

11071107
-----
11081108

0 commit comments

Comments
 (0)