Skip to content

Commit c195cc2

Browse files
ethanwharrisakarnachev
authored and
akarnachev
committed
Add support for iterable datasets when val_check_interval=1.0 (Lightning-AI#1283)
* Add support for iterable datasets when val_check_interval=1.0 * Update CHANGELOG.md
1 parent 540caca commit c195cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2222
- Added `summary` method to Profilers. ([#1259](https://github.com/PyTorchLightning/pytorch-lightning/pull/1259))
2323
- Added informative errors if user defined dataloader has zero length ([#1280](https://github.com/PyTorchLightning/pytorch-lightning/pull/1280))
2424
- Added testing for python 3.8 ([#915](https://github.com/PyTorchLightning/pytorch-lightning/pull/915))
25+
- 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))
2526

2627
### Changed
2728

0 commit comments

Comments
 (0)