Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Fed-ML HE example, the client model weights are not encrypted. #2124

Open
mayank64ce opened this issue May 21, 2024 · 0 comments
Open

In Fed-ML HE example, the client model weights are not encrypted. #2124

mayank64ce opened this issue May 21, 2024 · 0 comments

Comments

@mayank64ce
Copy link

The fedml-he example as implemented here does not seem to encrypt the model weights (torch tensors are communicated instead of ciphertext) even when the enable_fhe flag is true in the config file.

I checked the source code here and found that on line 29, the line should be:

if self.is_enabled:
    return

Is that a mistake or did I interpret the code wrong ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant