Skip to content

Commit f596ab5

Browse files
authored
chlog
1 parent ba124a2 commit f596ab5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3939
- Fixed error message for AMP + CPU incompatibility ([#6107](https://github.com/PyTorchLightning/pytorch-lightning/pull/6107))
4040

4141

42-
- Expose DeepSpeed loss parameters to allow users to fix loss instability ([#6115](https://github.com/PyTorchLightning/pytorch-lightning/pull/6115)
42+
- Expose DeepSpeed loss parameters to allow users to fix loss instability ([#6115](https://github.com/PyTorchLightning/pytorch-lightning/pull/6115))
43+
44+
45+
- Fixed epoch level schedulers not being called when `val_check_interval < 1.0` ([#6075](https://github.com/PyTorchLightning/pytorch-lightning/pull/6075))
4346

4447

4548
## [1.2.0] - 2021-02-18
@@ -193,8 +196,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
193196
- Fixed wrapping optimizers upon assignment ([#6006](https://github.com/PyTorchLightning/pytorch-lightning/pull/6006))
194197
- Fixed allowing hashing of metrics with lists in their state ([#5939](https://github.com/PyTorchLightning/pytorch-lightning/pull/5939))
195198

196-
- Fixed epoch level schedulers not being called when `val_check_interval!=1` ([#6075](https://github.com/PyTorchLightning/pytorch-lightning/pull/6075))
197-
198199

199200
## [1.1.8] - 2021-02-08
200201

0 commit comments

Comments
 (0)