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 231
231
- `PR16750 `_
232
232
233
233
* - 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
235
235
- `PR16791 `_
236
236
237
237
* - 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
239
239
- `PR16791 `_
240
240
241
241
* - 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
243
243
- `PR16791 `_
244
244
245
245
* - used ``pl.strategies.DDPSpawnStrategy ``
You can’t perform that action at this time.
0 commit comments