You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
ifself.is_enabled:
return
Is that a mistake or did I interpret the code wrong ?
The text was updated successfully, but these errors were encountered:
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 istrue
in the config file.I checked the source code here and found that on line 29, the line should be:
Is that a mistake or did I interpret the code wrong ?
The text was updated successfully, but these errors were encountered: