lightning/tests/strategies
Rohit Gupta 0a53e15759
Fix deepspeed keeping old sub-folders in same ckpt path (#12194)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-03-23 13:36:13 +00:00
..
__init__.py Rename training plugin test files & names to strategy (#11303) 2022-01-04 14:32:45 +01:00
ddp_model.py Move strategy tests from accelerators to strategies directory (#11329) 2022-02-22 05:14:18 +00:00
test_bagua_strategy.py Add `Trainer(strategy="bagua")` (#11146) 2022-02-04 17:02:09 +00:00
test_common.py Move strategy tests from accelerators to strategies directory (#11329) 2022-02-22 05:14:18 +00:00
test_custom_plugin.py Add `SyncBatchNormPlugin` (#11754) 2022-03-01 19:41:40 +05:30
test_ddp.py Add support for specifying process group backend to relevant distributed strategies (#11745) 2022-03-17 23:38:03 -07:00
test_ddp_fully_sharded_with_full_state_dict.py Update fairscale version (#11567) 2022-03-21 11:38:55 +00:00
test_ddp_spawn.py Move strategy tests from accelerators to strategies directory (#11329) 2022-02-22 05:14:18 +00:00
test_ddp_spawn_strategy.py Add process launchers (#11643) 2022-02-17 21:16:51 +00:00
test_ddp_strategy.py check trainerfn == FITTING before configuring sync_batchnorm (#11919) 2022-03-12 03:52:59 +00:00
test_ddp_strategy_with_comm_hook.py Rename training plugin test files & names to strategy (#11303) 2022-01-04 14:32:45 +01:00
test_deepspeed_strategy.py Fix deepspeed keeping old sub-folders in same ckpt path (#12194) 2022-03-23 13:36:13 +00:00
test_dp.py Move strategy tests from accelerators to strategies directory (#11329) 2022-02-22 05:14:18 +00:00
test_sharded_strategy.py Rename training plugin test files & names to strategy (#11303) 2022-01-04 14:32:45 +01:00
test_single_device_strategy.py Remove `Strategy.on_tpu` property (#11536) 2022-01-20 08:25:26 +01:00
test_strategy_registry.py Rewrite accelerator_connector (#11448) 2022-02-17 23:38:39 +00:00
test_tpu_spawn.py fix typos (#11937) 2022-02-16 17:27:51 -08:00