Skip to content

Commit 7fce51d

Browse files
committed
update changelog
1 parent c0f3a41 commit 7fce51d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
530530
- Deprecated `Trainer.root_gpu` in favor of `Trainer.strategy.root_device.index` when GPU is used. ([#12262](https://github.com/PyTorchLightning/pytorch-lightning/pull/12262))
531531

532532

533+
- Deprecated `Trainer.num_gpus` in favor of `Trainer.num_devices` when GPU is used. ([#12384](https://github.com/PyTorchLightning/pytorch-lightning/pull/12384))
534+
535+
533536
### Removed
534537

535538
- Removed deprecated parameter `method` in `pytorch_lightning.utilities.model_helpers.is_overridden` ([#10507](https://github.com/PyTorchLightning/pytorch-lightning/pull/10507))
@@ -720,6 +723,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
720723
- Removed `AcceleratorConnector.root_gpu` property ([#12262](https://github.com/PyTorchLightning/pytorch-lightning/pull/12262))
721724

722725

726+
- Removed `AcceleratorConnector.num_gpus` property ([#12384](https://github.com/PyTorchLightning/pytorch-lightning/pull/12384))
727+
728+
723729
### Fixed
724730

725731
- Fixed an issue where `ModelCheckpoint` could delete older checkpoints when `dirpath` has changed during resumed training ([#12045](https://github.com/PyTorchLightning/pytorch-lightning/pull/12045))

0 commit comments

Comments
 (0)