You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pytorch_lightning/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
255
255
- Removed the deprecated way to set the distributed backend via the environment variable `PL_TORCH_DISTRIBUTED_BACKEND`, in favor of setting the `process_group_backend` in the strategy constructor ([#14693](https://github.com/Lightning-AI/lightning/pull/14693))
*`Callback.on_configure_sharded_model` in favor of `Callback.setup`
260
+
*`Callback.on_before_accelerator_backend_setup` in favor of `Callback.setup`
261
+
*`Callback.on_batch_start` in favor of `Callback.on_train_batch_start`
262
+
*`Callback.on_batch_end` in favor of `Callback.on_train_batch_end`
263
+
*`Callback.on_epoch_start` in favor of `Callback.on_{train,validation,test}_epoch_start`
264
+
*`Callback.on_epoch_end` in favor of `Callback.on_{train,validation,test}_epoch_end`
265
+
*`Callback.on_pretrain_routine_{start,end}` in favor of `Callback.on_fit_start`
266
+
267
+
258
268
- Removed the deprecated device attributes `Trainer.{devices,gpus,num_gpus,ipus,tpu_cores}` in favor of the accelerator-agnostic `Trainer.num_devices` ([#14829](https://github.com/Lightning-AI/lightning/pull/14829))
0 commit comments