lightning/tests/trainer
Adrian Wälchli 02ac4b0b6a
Replace .get_model() with explicit .lightning_module (#6035)
* rename get_model -> lightning_module

* update references to get_model

* pep8

* add proper deprecation

* remove outdated _get_reference_model

* fix cyclic import
2021-02-18 15:59:54 +01:00
..
connectors new LightningModule hook "configure_callbacks" (#5621) 2021-02-12 19:27:44 -05:00
data_flow Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
dynamic_args More EpochResultStore refactors! 🎉 (#5522) 2021-02-11 14:32:45 +00:00
flags Enable purely iteration-based training (#5726) 2021-02-10 08:51:08 +00:00
legacy_deprecate_flow_log fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
logging_ [BugFix] Add on_epoch_end hook after on_test/validation_epoch_end hook (#5986) 2021-02-17 18:21:49 +01:00
optimization [accelerator][FeatBugFix] Improve manual optimization API (#5771) 2021-02-16 16:00:35 -05:00
properties Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00
__init__.py
test_config_validator.py remove executable bit on source files (#5929) 2021-02-12 00:06:40 +01:00
test_correct_freq_accumulation.py prune deprecated EvalResult (#5633) 2021-01-26 03:09:39 -05:00
test_data_loading.py fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
test_dataloaders.py Remove torch<=1.4.0 checks (#5998) 2021-02-16 17:53:40 -05:00
test_lr_finder.py Delete tests.helpers.TrialMNISTDataModule (#5999) 2021-02-18 03:35:38 +00:00
test_states.py yapf tests trainer (#5844) 2021-02-06 10:06:17 -05:00
test_supporters.py yapf tests trainer (#5844) 2021-02-06 10:06:17 -05:00
test_trainer.py Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00
test_trainer_cli.py Make move_metrics_to_cpu work recursively (#6007) 2021-02-16 21:52:42 +00:00
test_trainer_test_loop.py Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
test_trainer_tricks.py remove executable bit on source files (#5929) 2021-02-12 00:06:40 +01:00