From fa7c934d3fc3fa67b22ef8664facd3128bff6f29 Mon Sep 17 00:00:00 2001 From: rohitgr7 Date: Sat, 24 Sep 2022 18:14:26 +0530 Subject: [PATCH] chlog --- _notebooks | 2 +- src/pytorch_lightning/CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_notebooks b/_notebooks index 6d5634b794218..8a36a41548f34 160000 --- a/_notebooks +++ b/_notebooks @@ -1 +1 @@ -Subproject commit 6d5634b7942180e6ba4a30bfbd74926d1c22f1eb +Subproject commit 8a36a41548f34c44ac455d515a72994487e85813 diff --git a/src/pytorch_lightning/CHANGELOG.md b/src/pytorch_lightning/CHANGELOG.md index 6085c026f9553..fcae91cc8b00f 100644 --- a/src/pytorch_lightning/CHANGELOG.md +++ b/src/pytorch_lightning/CHANGELOG.md @@ -233,6 +233,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed an attribute error when running the tuner together with the `StochasticWeightAveraging` callback ([#14836](https://github.com/Lightning-AI/lightning/pull/14836)) +- Called `LightningDataModule.load_state_dict` hook while restoring checkpoint using `LightningDataModule.load_from_checkpoint` ([#14883](https://github.com/Lightning-AI/lightning/pull/14883)) + + ## [1.7.7] - 2022-09-22 ### Fixed