lightning/pytorch_lightning/core
Adrian Wälchli 55a90af7fc
`pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077)
2021-06-24 23:40:46 +02: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 `pytorch_lightning.loops` file structure: group by dataloader, epoch, and batch loop (#8077) 2021-06-24 23:40:46 +02:00
memory.py Handle errors due to uninitailized parameters (#7642) 2021-06-14 15:56:03 +00: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 Fix csv extension check (#6436) 2021-04-08 01:16:31 +00:00