File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
77
8- ## [ UnReleased] - 2021-MM-DD
8+ ## [ 1.2.3] - 2021-MM-DD
9+
10+ ### Fixed
11+
12+
13+ - Fixed DP reduction with collection ([ #6324 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6324 ) )
14+
15+
16+ ## [ 1.2.2] - 2021-03-03
917
1018### Added
1119
@@ -101,6 +109,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
101109- Fixed error thrown when using valid distributed mode in multi node ([ #6297 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6297 )
102110
103111
112+ - Added ` checkpoint ` parameter to callback's ` on_save_checkpoint ` hook ([ #6072 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6072 ) )
113+
104114## [ 1.2.1] - 2021-02-23
105115
106116### Fixed
You can’t perform that action at this time.
0 commit comments