Skip to content

Commit 43c75fe

Browse files
Update pytorch_lightning/utilities/hparams_mixin.py
Co-authored-by: Ethan Harris <[email protected]>
1 parent 6297bd6 commit 43c75fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/utilities/hparams_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def save_hyperparameters(
3232
ignore: Optional[Union[Sequence[str], str]] = None,
3333
frame: Optional[types.FrameType] = None
3434
) -> None:
35-
"""Save model arguments to ``hparams`` attribute.
35+
"""Save arguments to ``hparams`` attribute.
3636
3737
Args:
3838
args: single object of `dict`, `NameSpace` or `OmegaConf`

0 commit comments

Comments
 (0)