FedML
FedML copied to clipboard
FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on a...
Traceback (most recent call last): File "D:\Pycharm\zhongqi\bishe\fl-df.py", line 1024, in from fedml.core.distributed.server.server_manager import ServerManager ModuleNotFoundError: No module named 'fedml.core.distributed.server'
Hello, is this the code that contains all the FedML federated machine learning framework video tutorials posted on YouTube? It feels like the structure has changed.
This is a WIP PR for adding versioning to fedml storage. It currently has dummy calls to simulate calls to server.
The fedml-he example as implemented [here](https://github.com/FedML-AI/FedML/tree/master/python/examples/federate/cross_silo/mqtt_s3_fedavg_fhe_mnist_lr_example) 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...
device_list is a dictionary and we need to map to its values, not keys. Issue: https://github.com/FedML-AI/FedML/issues/2002
Hello, I have two questions concerning FedML-HE: My first question is about the **Threshold-Key Management** protocol that you presented in the Appendix of the paper. You mentioned that the participants...