lightning/tests/trainer
ananthsub 14c552bb92
[bugfix] Fix dataloading for iterable datasets and limit_train_batches (#7306)
* bugfix-dataloading

* rm-logs

* Update CHANGELOG.md

* Update test_dataloaders.py

* Update test_dataloaders.py

* Update training_loop.py

* Update test_dataloaders.py

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update test_dataloaders.py

* Update training_loop.py

* Update training_loop.py

* comments

* address comments

* more tests

* Update progress.py

* Update test_dataloaders.py

* Update test_dataloaders.py

* Update training_loop.py

* Update training_loop.py

* test ckpt fix?

* update again
2021-05-03 19:50:26 +01:00
..
connectors Add checkpoint parameter to on_save_checkpoint (#6072) 2021-02-25 21:18:19 +05:30
data_flow Remove evaluation loop legacy dict returns for `*_epoch_end` hooks (#6973) 2021-04-13 12:37:54 +01:00
dynamic_args More EpochResultStore refactors! 🎉 (#5522) 2021-02-11 14:32:45 +00:00
flags Remove `trainer.fit` return value [2/n] (#7237) 2021-04-28 19:11:32 +01:00
logging_ [feat] Add better support for predict + ddp 2/3 (#7215) 2021-04-27 08:46:45 -04:00
optimization Fix Adagrad optimizer not working with DDP/GPU (#7277) 2021-05-03 03:57:17 +05:30
properties Refactor PyTorch profiler 4/5 (#6349) 2021-03-23 18:13:29 +01:00
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Add trainer.predict config validation (#6543) 2021-03-21 21:07:54 +00:00
test_data_loading.py Auto-set `DataLoader.worker_init_fn` with `seed_everything` (#6960) 2021-04-19 16:28:37 +02:00
test_dataloaders.py [bugfix] Fix dataloading for iterable datasets and limit_train_batches (#7306) 2021-05-03 19:50:26 +01:00
test_evaluation_loop.py Fix inconsistent outputs in `on_*_end` and `*_end` (#6969) 2021-04-13 15:16:21 +01:00
test_states.py Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
test_supporters.py fix case where an IterableDataset doesn't produce a batch for an epoch (#7294) 2021-04-30 12:45:55 +00:00
test_trainer.py Attach data refactor and tuner bugs [4/n] (#7258) 2021-04-30 13:54:58 +00:00
test_trainer_cli.py fix fast_dev_run parsing from cli (#7240) 2021-04-30 01:16:20 +05:30
test_trainer_tricks.py Code cleaning in preparation for #7258 [3/n] (#7262) 2021-04-29 14:40:51 +02:00
test_training_loop.py Remove `trainer.fit` return value [2/n] (#7237) 2021-04-28 19:11:32 +01:00