Skip to content

Commit f14fa27

Browse files
committed
Merge branch 'feature/option-disable-loghparams' of https://github.com/duydl/pytorch-lightning into feature/option-disable-loghparams
2 parents 0f1c468 + 8170cea commit f14fa27

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)