lightning/pytorch_lightning
Mauricio Villegas b0a9b5ab2d Remove use of jsonargparse internals (#12918) 2022-05-03 14:54:54 -04: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-05-03 14:54:54 -04:00
core Fix `trainer.logger` deprecation message (#12671) 2022-05-03 14:54:54 -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-13 14:14:29 -04:00
loggers Expose deprecated arguments from logger base interface (#12609) 2022-04-13 14:14:29 -04:00
loops Print ragged dict of metrics in `EvaluationLoop._print_results` properly (#12857) 2022-05-03 14:54:54 -04:00
overrides Fix import error when `distributed` module not available (#12794) 2022-04-27 12:02:16 -04:00
plugins ShardedGradScaler should only be set for FP16 (#12915) 2022-05-03 14:54:54 -04:00
profiler Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
strategies Invoke parent DDP configuration for torch>1.10.2 (#12912) 2022-05-03 14:54:54 -04:00
trainer Fix `trainer.logger` deprecation message (#12671) 2022-05-03 14:54:54 -04:00
tuner Support auto_select_gpus with accelerator and devices api (#12608) 2022-04-13 14:14:29 -04:00
utilities Remove use of jsonargparse internals (#12918) 2022-05-03 14:54:54 -04:00
__about__.py CHANGELOG + version update 2022-05-03 14:54:54 -04:00
__init__.py Add DETAIL logs for batch use cases (#11008) 2022-01-12 01:22:48 +01:00
py.typed
setup_tools.py