lightning/pytorch_lightning/core
Carlos Mocholí a2e41045d2
Mark some loop attributes as protected (#8250)
2021-07-02 11:51:51 +01:00
..
__init__.py Deprecate `@auto_move_data` in favor of `trainer.predict` (#6993) 2021-04-19 14:53:21 +01:00
datamodule.py Actually show deprecation warnings and their line level [2/2] (#8002) 2021-06-21 18:51:53 +02:00
decorators.py Move parameter validation specific to TPU Training plugins (#7415) 2021-05-24 16:02:01 +00:00
grads.py Actually show deprecation warnings and their line level [2/2] (#8002) 2021-06-21 18:51:53 +02:00
hooks.py Standardize positional datamodule and argument names (#7431) 2021-06-15 11:50:13 +00:00
lightning.py Mark some loop attributes as protected (#8250) 2021-07-02 11:51:51 +01:00
memory.py Add `ModelSummary.max_depth` (#8062) 2021-07-01 12:08:16 +02:00
optimizer.py `pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077) 2021-06-24 23:40:46 +02:00
saving.py Logging Non-matching keys when loading from checkpoint in non-strict … (#8152) 2021-06-30 18:33:13 +00:00