lightning/tests/plugins
Sean Naren ee9b3fe574
[feat] pp 1/n (#5016)
* Added changes for RPC plugin

* Add missing kwargs

* Fix code format

* Loading refactors by introducing is_distributed var, fix optimizer step flow

* Add rpc guard

* Added docstrings and typing

* resolve comments

* Add additional rpc hook, refactor name of exit process hook for clarity

* remove annotation

* Modify behaviour to allow optional return, add test for rpc plugin

* resolve tests

* rename is_ddp_based

* update

* update for windows

* update

* resolve test

* code smell

* Revert back to init_ddp_connection for backwards compat

* Swap to explicit name for property

* Add missing speed parity increase for CI variability, fix call counts for child process

Co-authored-by: tchaton <thomas@grid.ai>
2020-12-08 22:02:10 +00:00
..
__init__.py enable ddp as a plugin (#4285) 2020-10-22 05:15:51 -04:00
test_amp_plugin.py Simplify optimization Logic (#4984) 2020-12-07 12:55:49 +00:00
test_apex_plugin.py Enable custom apex and amp plugins (#4355) 2020-10-25 17:11:07 -04:00
test_ddp_plugin.py Allow string plugins (#4888) 2020-12-01 20:30:49 +00:00
test_plugin.py Allow string plugins (#4888) 2020-12-01 20:30:49 +00:00
test_plugin_properties.py Allow string plugins (#4888) 2020-12-01 20:30:49 +00:00
test_rpc_plugin.py [feat] pp 1/n (#5016) 2020-12-08 22:02:10 +00:00
test_sharded_plugin.py Skip a few tests to reduce drone CI wait times 2020-11-27 20:21:50 +00:00