Does fate support changing the way of communication between the clients? #5479
Unanswered
boxer-code
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add federated learning to my distributed system. Therefore I have to "stop" the data transfer and send the data on another way. Initialize on server (fate) -> get update for clients (fate) -> send to clients (own) -> client update and learning (fate) -> get client weights (fate) -> send to server (own) -> update server (fate). Is that possible and are there any suggestions? Thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions