lightning/tests/core
Nrupatunga fcfa587492
Bugfix/update trainer properties (#3975)
* make current_epoch and global_step to be same as trainer, after model restore.

* remove assignment here

* test

* minor modification

* merge with parent's master

* [bug-fix]: update trainer properties

* minor comment fix

* minor comment fix

* reset train loader in `on_train_epoch_start` hook

* makes sure the changes work

* minor chane

* update changelog

* adding unit test for reload_dataloaders_every_epoch arg

* modified changelog, to add PR number

* revert imports

* changes to unit test

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2020-10-08 10:20:55 -04:00
..
__init__.py Refactor model summary + generalize example input array (#1773) 2020-06-15 17:05:58 -04:00
test_datamodules.py Bugfix/update trainer properties (#3975) 2020-10-08 10:20:55 -04:00
test_decorators.py cleaning tests (#2201) 2020-06-15 22:03:40 -04:00
test_memory.py fix dtype conversion of example_input_array in model summary (#2510) 2020-07-05 07:17:22 -04:00
test_metric_result_integration.py integrate metrics API with self.log (#3961) 2020-10-07 22:54:32 -04:00
test_results.py fixes #3871 (#3919) 2020-10-06 22:56:34 -04:00