lightning/tests/trainer
William Falcon b34c7add23
Fixes #3668, #3887 as a bonus (#3888)
* Fixes #3668, #3887 as a bonus

* Fixes #3668, #3887 as a bonus
2020-10-05 21:30:41 -04:00
..
data_flow Fixes #2678 - enables training_step to return None (#3862) 2020-10-05 07:33:46 -04:00
flags Fixes #2792 (#3857) 2020-10-04 23:25:02 -04:00
legacy_deprecate_flow_log_tests Eval epoch can now log independently (#3843) 2020-10-04 13:36:35 -04:00
logging Fixes #3668, #3887 as a bonus (#3888) 2020-10-05 21:30:41 -04:00
model_hooks Fixes #2551 (#3858) 2020-10-04 23:02:35 -04:00
warnings fixes #3798 (#3849) 2020-10-04 19:36:51 -04:00
__init__.py
test_config_validator.py clean tests imports (#2834) 2020-08-06 16:58:51 +02:00
test_correct_freq_accumulation.py Fix global step increment on training_epoch_end (#3673) 2020-09-27 20:19:51 -04:00
test_dataloaders.py cleaning up stale logger tests + flake8 (#3490) 2020-09-14 00:06:48 -04:00
test_lr_finder.py Add datamodule parameter to lr_find() (#3425) 2020-10-01 10:33:12 +02:00
test_optimizers.py ref: bug fix with logging val epoch end + monitor (#3812) 2020-10-03 12:33:29 -04:00
test_states.py Make trainer.state a read-only property (#3109) 2020-08-24 16:49:33 +02:00
test_trainer.py fixed model checkpoint frequency (#3852) 2020-10-04 21:49:20 -04:00
test_trainer_cli.py ref: trainer argparse 1/n (#3421) 2020-09-09 12:31:17 -04:00
test_trainer_test_loop.py fixing TPU tests (#2632) 2020-07-27 19:07:09 -04:00
test_trainer_tricks.py faster tests (#3604) 2020-09-22 07:37:34 -04:00