lightning/tests/accelerators
samlurye f90849cc95
Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-08-03 22:08:51 +00:00
..
__init__.py Automatically find and run special tests (#6669) 2021-03-26 17:04:59 +00:00
ddp_model.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_accelerator_connector.py Fix `ddp` accelerator choice for cpu (#8645) 2021-08-02 21:24:07 +00:00
test_common.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_cpu.py [Fix] Add delay property for checkpointing, refactor loading checkpoint (DeepSpeed Checkpointing Fix 1/n) (#8627) 2021-07-30 11:31:08 +01:00
test_ddp.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_ddp_spawn.py Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00
test_dp.py Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize() (#8513) 2021-08-03 22:08:51 +00:00
test_ipu.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_multi_nodes_gpu.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
test_tpu_backend.py Raise exception for ddp_cpu not supported for TPUs (#8530) 2021-07-26 13:52:34 +00:00