lightning/pytorch_lightning
ananthsub d418cf23b2
Do not configure launcher if processes are launched externally (#12431)
2022-03-24 09:40:34 +00:00
..
accelerators add `accelerator.is_available()` check (#12104) 2022-03-02 10:07:49 +00:00
callbacks Remove Accelerator.parallel_device_ids and deprecate Trainer.data_parallel_device_ids (#12072) 2022-03-23 22:18:30 +00:00
core Update `gpus` flag with `accelerator` and `devices` flag (#12156) 2022-03-23 19:52:12 +00:00
distributed Renamed the `DDPSpawnPlugin` to `DDPSpawnStrategy` (#11145) 2021-12-21 23:06:14 +00:00
lite Rewrite accelerator_connector (#11448) 2022-02-17 23:38:39 +00:00
loggers Deprecate `LoggerCollection` in favor of `trainer.loggers` (#12147) 2022-03-04 23:01:43 +00:00
loops Call `Strategy.process_dataloader` in `data_connector.py` (#12251) 2022-03-23 22:57:56 +00:00
overrides Remove manual optimization `find_unused_parameters` override (#12425) 2022-03-24 00:17:18 +00:00
plugins Refactor `TorchElasticEnvironment.detect` to use `torch.distributed.is_torchelastic_launched` (#12376) 2022-03-21 16:51:24 +01:00
profiler Deprecate `BaseProfiler` in favor of `Profiler` (#12150) 2022-03-21 20:17:03 +00:00
strategies Do not configure launcher if processes are launched externally (#12431) 2022-03-24 09:40:34 +00:00
trainer Call `Strategy.process_dataloader` in `data_connector.py` (#12251) 2022-03-23 22:57:56 +00:00
tuner Integrate global step with progress tracking (#11805) 2022-03-07 19:21:37 +00:00
utilities Raise a warning when `nn.Module` instance is saved with `save_hyperparameters()` (#12068) 2022-03-23 12:49:42 +00:00
__about__.py Update version for rc0 release (#12423) 2022-03-23 15:15:16 +00:00
__init__.py Add DETAIL logs for batch use cases (#11008) 2022-01-12 01:22:48 +01:00
py.typed
setup_tools.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00