lightning/tests/accelerators
Sean Naren 07b1ce227c
[IPU] Fix Custom Poptorch options to IPUPlugin (#8241)
* Fixes to ensure ipu options are respected

* Better setter

* Add test for poptorch Options

* Fix test

* fix ipu test

* Update pytorch_lightning/plugins/training_type/ipu.py

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-07-02 11:23:57 +00:00
..
__init__.py Automatically find and run special tests (#6669) 2021-03-26 17:04:59 +00:00
ddp_model.py Set `DistributedSampler` seed if `seed_everything` was called (#7024) 2021-04-19 14:50:31 +01:00
test_accelerator_connector.py Support `DDPPlugin` to be used on CPU (#6208) 2021-07-02 12:00:24 +01:00
test_common.py Remove `trainer.fit` return value [2/n] (#7237) 2021-04-28 19:11:32 +01:00
test_cpu.py [IPU] Add reset dataloader hooks to training type plugin 3/n (#7861) 2021-06-07 10:37:09 +00:00
test_ddp.py Support `DDPPlugin` to be used on CPU (#6208) 2021-07-02 12:00:24 +01:00
test_ddp_spawn.py `TrainerState` refactor [5/5] (#7173) 2021-05-04 12:50:56 +02:00
test_dp.py Disable batch transfer in DP mode (#6098) 2021-03-11 10:51:10 -05:00
test_ipu.py [IPU] Fix Custom Poptorch options to IPUPlugin (#8241) 2021-07-02 11:23:57 +00:00
test_multi_nodes_gpu.py Use typing forward references (#7770) 2021-05-31 09:54:28 +02:00
test_tpu_backend.py Move parameter validation specific to TPU Training plugins (#7415) 2021-05-24 16:02:01 +00:00