lightning/pytorch_lightning/core
Kaushik B f447839d16
Add `warning_cache.deprecation` and set warning stacklevel [1/2] (#8005)
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-06-18 11:50:24 +00:00
..
__init__.py Deprecate `@auto_move_data` in favor of `trainer.predict` (#6993) 2021-04-19 14:53:21 +01:00
datamodule.py Remove rank_zero_only on DataModule prepare_data (#7945) 2021-06-12 12:50:29 +02:00
decorators.py Move parameter validation specific to TPU Training plugins (#7415) 2021-05-24 16:02:01 +00:00
grads.py Move grad_norm to a dedicated utilities file (#7292) 2021-04-30 09:19:22 -07:00
hooks.py Standardize positional datamodule and argument names (#7431) 2021-06-15 11:50:13 +00:00
lightning.py Add `warning_cache.deprecation` and set warning stacklevel [1/2] (#8005) 2021-06-18 11:50:24 +00:00
memory.py Handle errors due to uninitailized parameters (#7642) 2021-06-14 15:56:03 +00:00
optimizer.py Loop Refactor 1/N - Training Loop (#7871) 2021-06-15 12:55:06 +00:00
saving.py Fix csv extension check (#6436) 2021-04-08 01:16:31 +00:00