We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
converting.rst
1 parent a944e77 commit b5eb92aCopy full SHA for b5eb92a
docs/source-pytorch/starter/converting.rst
@@ -192,6 +192,6 @@ The predict loop will not be used until you call :meth:`~lightning.pytorch.train
192
model = LitModel()
193
trainer.predict(model)
194
195
-.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for testing.
+.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for predicting.
196
197
.. tip:: ``trainer.predict()`` loads the best checkpoint automatically by default if checkpointing is enabled.
0 commit comments