Skip to content

Commit b5eb92a

Browse files
authored
docs: fix typo in converting.rst (#20567)
1 parent a944e77 commit b5eb92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/starter/converting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ The predict loop will not be used until you call :meth:`~lightning.pytorch.train
192192
model = LitModel()
193193
trainer.predict(model)
194194
195-
.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for testing.
195+
.. note:: ``model.eval()`` and ``torch.no_grad()`` are called automatically for predicting.
196196

197197
.. tip:: ``trainer.predict()`` loads the best checkpoint automatically by default if checkpointing is enabled.

0 commit comments

Comments
 (0)