lightning/pytorch_lightning
Carlos Mocholí 10c7a7c84f
Fix `trainer.logger` deprecation message (#12671)
2022-04-27 16:11:34 +02:00
..
accelerators Add cpu device parser to validate cpu devices (#12160) 2022-03-28 20:33:04 +05:30
callbacks Use a single instance of `rich.console.Console` throughout the codebase (#12886) 2022-04-27 01:47:43 +00:00
core Fix `trainer.logger` deprecation message (#12671) 2022-04-27 16:11:34 +02:00
demos docs refactor 3/n (#12795) 2022-04-19 14:15:47 -04:00
distributed Renamed the `DDPSpawnPlugin` to `DDPSpawnStrategy` (#11145) 2021-12-21 23:06:14 +00:00
lite Support auto_select_gpus with accelerator and devices api (#12608) 2022-04-12 21:28:54 +00:00
loggers Remove deprecated `TestTubeLogger` (#12859) 2022-04-24 20:05:48 +02:00
loops Use a single instance of `rich.console.Console` throughout the codebase (#12886) 2022-04-27 01:47:43 +00:00
overrides Fix import error when `distributed` module not available (#12794) 2022-04-20 17:28:39 +00:00
plugins Add `bfloat16` support to `DeepSpeedStrategy` (#12508) 2022-04-07 22:18:51 +00:00
profiler Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
strategies Fix to ensure the checkpoint states are saved in a common filepath with deepspeed (#12887) 2022-04-27 14:41:51 +02:00
trainer Fix `trainer.logger` deprecation message (#12671) 2022-04-27 16:11:34 +02:00
tuner Support auto_select_gpus with accelerator and devices api (#12608) 2022-04-12 21:28:54 +00:00
utilities Update `jsonargparse` to unblock master (#12884) 2022-04-26 16:55:07 +00:00
__about__.py Update version after the 1.6.0 release (#12512) 2022-03-30 08:10:59 +02:00
__init__.py Add DETAIL logs for batch use cases (#11008) 2022-01-12 01:22:48 +01:00
py.typed
setup_tools.py