Skip to content

Commit 8fab50f

Browse files
carmoccaawaelchli
andauthored
Apply suggestions from code review
Co-authored-by: Adrian Wälchli <[email protected]>
1 parent cdec83b commit 8fab50f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytorch_lightning/trainer/trainer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ def validate(
839839
840840
ckpt_path: Either ``best`` or path to the checkpoint you wish to validate.
841841
If ``None``, use the current weights of the model.
842+
When the model is given as argument, this parameter will not apply.
842843
843844
verbose: If True, prints the validation results.
844845
@@ -902,6 +903,7 @@ def test(
902903
903904
ckpt_path: Either ``best`` or path to the checkpoint you wish to test.
904905
If ``None``, use the current weights of the model.
906+
When the model is given as argument, this parameter will not apply.
905907
906908
verbose: If True, prints the test results.
907909

0 commit comments

Comments
 (0)