Example: FedAvg, Homomorphic Encryption with flat file data #1990
manzurelahi
started this conversation in
General
Replies: 1 comment
-
Seems your task is similar to the one in this discussion. Please see there for some hints. Currently, we don't support running HE out of the box with the simulator as the encryption keys need to be provisioned first as shown in the real-world example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am learning NVFlare and am new to this platform.
I aim to run Federated Learning: FedAvg algorithm, Homomorphic Encryption with Health Data in Flat file /tabular format.
I am currently using Azure Ubuntu Virtual Machine with 2 GPU.
Do you have any suggestions, guidelines, or examples I can look at?
So far, I have successfully run the Hello PyTorch with CIFAR-10. This is an excellent example of FedAvg and the image data model.
The closest example I can find is the Real-World Federated Learning with CIFAR-10, which has a Homomorphic Encryption example. But I am having some issues with it. I do not need real-world set up at this stage
I tried to modify the Simulated Federated Learning with CIFAR-10 as per Real-World Federated Learning to include Homomorphic Encryption. (changed config_fed_client and config_fed_server file but no luck)
Any assistance would be highly appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions