File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/source-pytorch/starter Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11setuptools <70.1.1
22wheel <0.44.0
33awscli >=1.30.0, <1.31.0
4- twine ==4 .0.1
4+ twine ==6 .0.1
55importlib-metadata <8.0.0
66wget
7+ pkginfo ==1.12.0
78packaging <24.2
You can’t perform that action at this time.
0 commit comments