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.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
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
208
219### Fixed
2210
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+
2314
2415## [ 0.8.2] - 2020-06-28
2516
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ conda install pytorch-lightning -c conda-forge
6161## Docs
6262- [ master] ( https://pytorch-lightning.readthedocs.io/en/latest )
6363- [ 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 / )
6565- [ 0.8.1] ( https://pytorch-lightning.readthedocs.io/en/0.8.1/ )
6666- [ 0.7.6] ( https://pytorch-lightning.readthedocs.io/en/0.7.6/ )
6767- [ 0.7.5] ( https://pytorch-lightning.readthedocs.io/en/0.7.5/ )
You can’t perform that action at this time.
0 commit comments