new section + legacy 1.1.6 (#5666)
This commit is contained in:
parent
d8f2d8e15a
commit
e1e47ac628
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -172,6 +172,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
- Fixed loading yaml ([#5619](https://github.com/PyTorchLightning/pytorch-lightning/pull/5619))
|
||||
|
||||
## [unreleased.Bugfixes] - YYYY-MM-DD
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
- Fixed support custom DataLoader with DDP if they can be re-instantiated ([#5745](https://github.com/PyTorchLightning/pytorch-lightning/pull/5745))
|
||||
|
||||
|
|
Loading…
Reference in New Issue