We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdec83b commit 8fab50fCopy full SHA for 8fab50f
pytorch_lightning/trainer/trainer.py
@@ -839,6 +839,7 @@ def validate(
839
840
ckpt_path: Either ``best`` or path to the checkpoint you wish to validate.
841
If ``None``, use the current weights of the model.
842
+ When the model is given as argument, this parameter will not apply.
843
844
verbose: If True, prints the validation results.
845
@@ -902,6 +903,7 @@ def test(
902
903
904
ckpt_path: Either ``best`` or path to the checkpoint you wish to test.
905
906
907
908
verbose: If True, prints the test results.
909
0 commit comments