File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/source-pytorch/upgrade/sections Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 231231 - `PR16750 `_
232232
233233 * - had any logic except reducing the DP outputs in ``LightningModule.training_step_end `` hook
234- - port it to ``LightningModule.training_batch_end `` hook
234+ - port it to ``LightningModule.on_train_batch_end `` hook
235235 - `PR16791 `_
236236
237237 * - had any logic except reducing the DP outputs in ``LightningModule.validation_step_end `` hook
238- - port it to ``LightningModule.validation_batch_end `` hook
238+ - port it to ``LightningModule.on_validation_batch_end `` hook
239239 - `PR16791 `_
240240
241241 * - had any logic except reducing the DP outputs in ``LightningModule.test_step_end `` hook
242- - port it to ``LightningModule.test_batch_end `` hook
242+ - port it to ``LightningModule.on_test_batch_end `` hook
243243 - `PR16791 `_
244244
245245 * - used ``pl.strategies.DDPSpawnStrategy ``
You can’t perform that action at this time.
0 commit comments