lightning/pytorch_lightning/trainer
Kaushik B 576a5d62a0
Introduce strategies directory for Training Strategies (#11226)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2021-12-22 20:23:30 +00:00
..
connectors Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
__init__.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
callback_hook.py Deprecate `TrainerCallbackHookMixin` (#11148) 2021-12-21 09:47:08 -08:00
configuration_validator.py Renamed the `DDPSpawnPlugin` to `DDPSpawnStrategy` (#11145) 2021-12-21 23:06:14 +00:00
data_loading.py Deprecate Trainer.training_type_plugin in favor of trainer.strategy (#11141) 2021-12-22 02:11:43 +00:00
optimizers.py Fix typing in `pl.callbacks.lr_monitor` (#10802) 2021-12-22 03:50:00 +00:00
progress.py Minor changes in preparation for saving the loops state (#10783) 2021-11-30 19:37:04 +05:30
states.py 1/n Add `FaultTolerantMode` (#10645) 2021-11-22 14:58:23 +00:00
supporters.py Fix support for `CombinedLoader` while checking for warning raised with eval dataloaders (#10994) 2021-12-14 20:43:23 +05:30
trainer.py Introduce strategies directory for Training Strategies (#11226) 2021-12-22 20:23:30 +00:00