lightning/pytorch_lightning/trainer
samlurye f90849cc95
Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-08-03 22:08:51 +00:00
..
connectors Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00
__init__.py added trainer api docs (#4569) 2020-11-07 14:18:45 -05:00
callback_hook.py CI: yesqa (#8564) 2021-08-02 16:05:56 +00:00
configuration_validator.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
data_loading.py update logic to inject FastForwardSampler / CaptureIterableDataset 2/n (#8366) 2021-08-02 20:52:06 +00:00
deprecated_api.py rename old `Trainer.train_loop` -> `Trainer.fit_loop` (#8025) 2021-06-22 11:49:32 +02:00
model_hooks.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
optimizers.py Bugfix: Scheduler monitor for manual optimization (#7643) 2021-07-27 16:04:14 +05:30
progress.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
properties.py Load ckpt path when model provided in validate/test/predict (#8352) 2021-07-28 10:12:46 +00:00
states.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
supporters.py Add `pyupgrade` to `pre-commit` (#8557) 2021-07-26 14:38:12 +02:00
trainer.py Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00