lightning/pytorch_lightning/trainer
mads-oestergaard 714eca0e98 Update trainer profiler typehint to use `Profiler` instead of the deprecated `BaseProfiler` (#13084)
* Fix trainer profiler typehint

* Remove unused import of deprecated BaseProfiler

* Update CHANGELOG.md

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-01 08:04:16 -04:00
..
connectors Fix zero division error for empty dataloaders (#12885) 2022-06-01 08:04:16 -04:00
__init__.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
callback_hook.py Fix docstrings of on_fit_start/end #12016 2022-02-21 20:50:10 +01:00
configuration_validator.py [3/3] Update lightning callbacks to `Stateful`, deprecations for old `on_save/load_checkpoint` signatures (#11887) 2022-03-25 00:06:10 +00:00
data_loading.py Deprecate `TrainerDataLoadingMixin` and move logic to `DataConnector` (#11282) 2022-01-05 21:23:57 +01:00
optimizers.py Move the `lightning_optimizers` ownership to the `Strategy` (#11444) 2022-01-18 12:58:56 +01:00
progress.py Reset the progress tracking state after sanity checking (#11218) 2021-12-23 16:36:03 +00:00
states.py 1/n Add `FaultTolerantMode` (#10645) 2021-11-22 14:58:23 +00:00
supporters.py Create the loss accumulator directly on the device (#12430) 2022-03-25 12:46:17 +01:00
trainer.py Update trainer profiler typehint to use `Profiler` instead of the deprecated `BaseProfiler` (#13084) 2022-06-01 08:04:16 -04:00