Skip to content

Commit

Permalink
Add support for iterable datasets when val_check_interval=1.0 (Lightn…
Browse files Browse the repository at this point in the history
…ing-AI#1283)

* Add support for iterable datasets when val_check_interval=1.0

* Update CHANGELOG.md
  • Loading branch information
ethanwharris authored and akarnachev committed Apr 3, 2020
1 parent 540caca commit c195cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added `summary` method to Profilers. ([#1259](https://github.com/PyTorchLightning/pytorch-lightning/pull/1259))
- Added informative errors if user defined dataloader has zero length ([#1280](https://github.com/PyTorchLightning/pytorch-lightning/pull/1280))
- Added testing for python 3.8 ([#915](https://github.com/PyTorchLightning/pytorch-lightning/pull/915))
- Added support for `IterableDataset` when `val_check_interval=1.0` (default), this will trigger validation at the end of each epoch. ([#1283](https://github.com/PyTorchLightning/pytorch-lightning/pull/1283))

### Changed

Expand Down

0 comments on commit c195cc2

Please sign in to comment.