File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ 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- ## [ 1.1.2rc1 ] - 2020-12-17
8+ ## [ 1.1.2 ] - 2020-12-23
99
1010### Added
1111
1212- Support number for logging with ` sync_dist=True ` ([ #5080 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5080 )
13-
13+ - Added offset logging step when resuming for Wandb logger ( [ # 5050 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5050 )
1414
1515### Changed
1616
@@ -22,25 +22,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2222
2323- ` enable_pl_optimizer=False ` by default to temporarily fix AMP issues ([ #5163 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5163 )
2424
25-
2625### Fixed
2726
2827- Metric reduction with Logging ([ #5150 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5150 )
29-
30-
3128- Remove nan loss in manual optimization ([ #5121 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5121 )
32-
33-
3429- Un-balanced logging properly supported ([ #5119 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5119 )
35-
36-
3730- Fix hanging in DDP HPC accelerators ([ #5157 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5157 )
38-
39-
4031- Fix saved filename in ` ModelCheckpoint ` if it already exists ([ #4861 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4861 )
41-
42-
4332- Fix reset ` TensorRunningAccum ` ([ #5106 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5106 )
33+ - Updated ` DALIClassificationLoader ` to not use deprecated arguments ([ #4925 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4925 )
34+ - Corrected call to ` torch.no_grad ` ([ #5124 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5124 )
4435
4536
4637## [ 1.1.1] - 2020-12-15
Original file line number Diff line number Diff line change 11"""Root package info."""
22
3- __version__ = '1.1.2rc1 '
3+ __version__ = '1.1.2 '
44__author__ = 'William Falcon et al.'
55__author_email__ = '[email protected] ' 66__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments