lightning/pytorch_lightning/trainer/connectors
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
..
logger_connector Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00
__init__.py
accelerator_connector.py Make parallel devices optional across all plugins (#6051) 2021-02-18 12:09:53 +00:00
callback_connector.py [feat] Add Trainer(stochastic_weight_avg=True/False) (#6038) 2021-02-17 23:10:05 +00:00
checkpoint_connector.py Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00
data_connector.py Add before_batch_transfer and after_batch_transfer hooks (#3671) 2021-02-18 06:58:12 -05:00
debugging_connector.py Add PredictLoop (#5752) 2021-02-16 17:11:56 -05:00
env_vars_connector.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
model_connector.py Replace .get_model() with explicit .lightning_module (#6035) 2021-02-18 15:59:54 +01:00
optimizer_connector.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
profiler_connector.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00
slurm_connector.py Attempt slurm auto resume call when non-shell call fails (#6002) 2021-02-17 10:43:06 +00:00
training_trick_connector.py formatting 4/n: Trainer (#5720) 2021-02-03 09:25:42 +00:00