Skip to content

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

Description

@mayank64ce

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions