We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cecc9 commit 1fc44a7Copy full SHA for 1fc44a7
src/lightning/pytorch/loggers/csv_logs.py
@@ -56,6 +56,9 @@ def __init__(self, log_dir: str) -> None:
56
def log_hparams(self, params: dict[str, Any]) -> None:
57
"""Save hyperparameters to a YAML file in the log directory.
58
59
+ This method updates the internal hyperparameters dictionary and saves
60
+ all hyperparameters to ``hparams.yaml`` in the log directory.
61
+
62
Args:
63
params: Dictionary of hyperparameters to log.
64
"""
0 commit comments