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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
7
8
- ## [ 1.1.2rc1 ] - 2020-12-17
8
+ ## [ 1.1.2 ] - 2020-12-23
9
9
10
10
### Added
11
11
12
12
- 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 )
14
14
15
15
### Changed
16
16
@@ -22,25 +22,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
22
22
23
23
- ` enable_pl_optimizer=False ` by default to temporarily fix AMP issues ([ #5163 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5163 )
24
24
25
-
26
25
### Fixed
27
26
28
27
- Metric reduction with Logging ([ #5150 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5150 )
29
-
30
-
31
28
- Remove nan loss in manual optimization ([ #5121 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5121 )
32
-
33
-
34
29
- Un-balanced logging properly supported ([ #5119 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5119 )
35
-
36
-
37
30
- Fix hanging in DDP HPC accelerators ([ #5157 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/5157 )
38
-
39
-
40
31
- Fix saved filename in ` ModelCheckpoint ` if it already exists ([ #4861 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/4861 )
41
-
42
-
43
32
- 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 )
44
35
45
36
46
37
## [ 1.1.1] - 2020-12-15
Original file line number Diff line number Diff line change 1
1
"""Root package info."""
2
2
3
- __version__ = '1.1.2rc1 '
3
+ __version__ = '1.1.2 '
4
4
__author__ = 'William Falcon et al.'
5
5
__author_email__ = '[email protected] '
6
6
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments