forked from securefederatedai/openfl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create interfaces for OpenFL components with methods that can be impl…
…ementedCreate interfaces for OpenFL components with methods that can be implemented Create AggregatorInterface and CollaboratorInterface in openflinterface/interactive_api/experiment.py Support passing the aggregator object and collaborator object in the method FLExperiment.start() If aggregator object or collaborator object is None, the default aggregator and collaborator objects will be created at director and envoy services. Known issue: Since the AggregatorInterface and CollaboratorInterface are for ad-hoc algorithm development. We should modify the definitions of the model, data loader and task interfaces, since we are going to support some algorithms other than Keras, TensorFlow or PyTorch. Fixes securefederatedai#802 Signed-off-by: He, Dan H <[email protected]> Signed-off-by: Jiang, Jiaqiu <[email protected]> Signed-off-by: Li, Qingqing <[email protected]> Signed-off-by: Wang, Le <[email protected]> Signed-off-by: Wu, Caili <[email protected]> Signed-off-by: He, Dan H <[email protected]>
- Loading branch information
Showing
2 changed files
with
256 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters