Skip to content

Commit 3b0a84a

Browse files
committed
Update hparams mixin
1 parent 41035e6 commit 3b0a84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_lightning/utilities/hparams_mixin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class HyperparametersMixin(object):
2727
__jit_unused_properties__ = ["hparams", "hparams_initial"]
2828

2929
def __init__(self) -> None:
30+
super().__init__()
3031
self._log_hyperparams = True
3132

3233
def save_hyperparameters(

0 commit comments

Comments
 (0)