remove extra whitespace (#1060)

This commit is contained in:
Jeremy Jordan
2020-03-05 22:20:59 -05:00
committed by GitHub
parent fd53d434c7
commit 3c85332661
+1 -1
View File
@@ -1387,7 +1387,7 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks):
else:
raise MisconfigurationException(
f"Checkpoint contains hyperparameters but {cls.__name__}'s __init__ "
f"is missing the argument 'hparams'. Are you loading the correct checkpoint?"
f"is missing the argument 'hparams'. Are you loading the correct checkpoint?"
)
# load the state_dict on the model automatically