lightning/pytorch_lightning/core
Carlos Mocholí dbe1662dc3
Replace `_TORCH_GREATER_EQUAL_DEV_1_10` with `_TORCH_GREATER_EQUAL_1_10` (#10157)
2021-10-27 13:38:39 +01:00
..
mixins CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
__init__.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
datamodule.py Add check for callable with datamodule len (#10003) 2021-10-19 14:51:08 +00:00
decorators.py Enable auto parameters tying for TPUs (#9525) 2021-10-06 10:16:44 +02:00
hooks.py Update strategy flag in docs (#10000) 2021-10-20 21:02:53 +05:30
lightning.py Replace `_TORCH_GREATER_EQUAL_DEV_1_10` with `_TORCH_GREATER_EQUAL_1_10` (#10157) 2021-10-27 13:38:39 +01:00
memory.py Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00
optimizer.py Add typing for `LightningOptimizer` (#9990) 2021-10-18 17:29:51 +02:00
saving.py Fix Enums parsing in generated hparms yaml (#9170) 2021-10-25 21:23:20 +00:00