release (#2414)
This commit is contained in:
parent
33b92557f5
commit
02d6045cac
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -4,22 +4,13 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [unreleased] - YYYY-MM-DD
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
||||
### Removed
|
||||
|
||||
## [0.8.3] - 2020-06-29
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed AMP wrong call ([593837e](https://github.com/PyTorchLightning/pytorch-lightning/commit/593837e1da24ff6c942b24ed803fc1496a304609))
|
||||
- Fixed batch typo ([92d1e75](https://github.com/PyTorchLightning/pytorch-lightning/commit/92d1e75b2638a493d9d21ed5fe00a22093888285))
|
||||
|
||||
|
||||
## [0.8.2] - 2020-06-28
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ conda install pytorch-lightning -c conda-forge
|
|||
## Docs
|
||||
- [master](https://pytorch-lightning.readthedocs.io/en/latest)
|
||||
- [stable](https://pytorch-lightning.readthedocs.io/en/stable)
|
||||
- [0.8.2](https://pytorch-lightning.readthedocs.io/en/0.8.2/)
|
||||
- [0.8.3](https://pytorch-lightning.readthedocs.io/en/0.8.3/)
|
||||
- [0.8.1](https://pytorch-lightning.readthedocs.io/en/0.8.1/)
|
||||
- [0.7.6](https://pytorch-lightning.readthedocs.io/en/0.7.6/)
|
||||
- [0.7.5](https://pytorch-lightning.readthedocs.io/en/0.7.5/)
|
||||
|
|
Loading…
Reference in New Issue