[Q&A] How do I get the decrypted model from federated learning with homomorphic encryption? #3180
-
Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@thibaultferaux Each client need to store their corresponding "clear" weights locally after each round of training. @holgerroth @ZiyueXu77 please correct me if I am wrong, thanks! |
Beta Was this translation helpful? Give feedback.
Yes, the HE in this example is to protect against server, so on server side it is alway ciphertext.
What you can do to retrieve the global model is to save the global weights on the client side once they are received.