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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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