lightning/pytorch_lightning
four4fish 8bf7f9cce7
1/n Move Accelerator into strategy - move batch_to_device to strategy (#10649)
* 1/n Integrate Device Specific Accelerator Logic with strategy - move batch_to_device to strategy

* add changelog

* add model is not none check

* Apply suggestions from code review

Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* Update CHANGELOG.md

* Update test_datamodules.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_hooks.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update dp.py

Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-29 12:11:21 -08:00
..
accelerators 1/n Move Accelerator into strategy - move batch_to_device to strategy (#10649) 2021-11-29 12:11:21 -08:00
callbacks Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
core Fix default logging levels for train step specific hooks (#10756) 2021-11-29 19:51:17 +00:00
distributed Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
lite Consolidate state when retrieving sharded state dict in Lite (#10746) 2021-11-27 04:54:45 +00:00
loggers Fix scripting causing false positive deprecation warnings (#10555) 2021-11-16 15:52:09 +00:00
loops 1/n Move Accelerator into strategy - move batch_to_device to strategy (#10649) 2021-11-29 12:11:21 -08:00
overrides Fix typing in `pl.overrides.fairscale` (#10799) 2021-11-29 11:28:28 +00:00
plugins 1/n Move Accelerator into strategy - move batch_to_device to strategy (#10649) 2021-11-29 12:11:21 -08:00
profiler Remove deprecated profiler import (#10443) 2021-11-09 23:13:02 +01:00
trainer 1/n Move Accelerator into strategy - move batch_to_device to strategy (#10649) 2021-11-29 12:11:21 -08:00
tuner Update tests to avoid the deprecated `weights_summary` (#10446) 2021-11-11 18:15:18 +01:00
utilities [CLI] Add support for `--key.help=class` (#10767) 2021-11-29 14:12:53 +00:00
__about__.py Update dev branch to continue with 1.6 (#10332) 2021-11-03 14:07:55 +00:00
__init__.py Fix `caplog` with `logger.propagate=False` (#10577) 2021-11-17 16:25:55 +01:00
py.typed
setup_tools.py