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 @@ -4,22 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ unreleased] - YYYY-MM-DD
8
-
9
- ### Added
10
-
11
-
12
- ### Changed
13
-
14
-
15
- ### Deprecated
16
-
17
-
18
- ### Removed
19
-
7
+ ## [ 0.8.3] - 2020-06-29
20
8
21
9
### Fixed
22
10
11
+ - Fixed AMP wrong call ([ 593837e] ( https://github.com/PyTorchLightning/pytorch-lightning/commit/593837e1da24ff6c942b24ed803fc1496a304609 ) )
12
+ - Fixed batch typo ([ 92d1e75] ( https://github.com/PyTorchLightning/pytorch-lightning/commit/92d1e75b2638a493d9d21ed5fe00a22093888285 ) )
13
+
23
14
24
15
## [ 0.8.2] - 2020-06-28
25
16
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ conda install pytorch-lightning -c conda-forge
61
61
## Docs
62
62
- [ master] ( https://pytorch-lightning.readthedocs.io/en/latest )
63
63
- [ stable] ( https://pytorch-lightning.readthedocs.io/en/stable )
64
- - [ 0.8.2 ] ( https://pytorch-lightning.readthedocs.io/en/0.8.2 / )
64
+ - [ 0.8.3 ] ( https://pytorch-lightning.readthedocs.io/en/0.8.3 / )
65
65
- [ 0.8.1] ( https://pytorch-lightning.readthedocs.io/en/0.8.1/ )
66
66
- [ 0.7.6] ( https://pytorch-lightning.readthedocs.io/en/0.7.6/ )
67
67
- [ 0.7.5] ( https://pytorch-lightning.readthedocs.io/en/0.7.5/ )
You can’t perform that action at this time.
0 commit comments