Skip to content

Commit d1dc4c9

Browse files
carmoccaawaelchli
andauthored
Update pytorch_lightning/trainer/trainer.py
Co-authored-by: Adrian Wälchli <[email protected]>
1 parent 10f7f21 commit d1dc4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def __evaluate_using_weights(
922922
self.data_connector.attach_dataloaders(model, test_dataloaders=dataloaders)
923923

924924
if self.validating:
925-
self.validated_ckpt_paath = ckpt_path
925+
self.validated_ckpt_path = ckpt_path
926926
else:
927927
self.tested_ckpt_path = ckpt_path
928928

0 commit comments

Comments
 (0)