-
![23a19e5bb2fa300f65bd9ad4283a529](https://github.com/FedML-AI/FedML/assets/60080577/0c1385a9-851d-403e-adde-d8f615040228)
-
-
hi, when I test sh run_step_by_step_example.sh 4 config/mnist_lr/fedml_config.yaml, found below error which cause timeout
![image](https://user-images.githubusercontent.com/40284225/190858521-6ee0199…
-
Is the MLOps Platform open source? Or can I run the platform on my own server?
Thanks so much
-
When using fed_cifar100 in centralized settings, I encountered a bug. In the file `fedml/data/data_loader.py`, line 559 constructs the `test_data_local_dict` in the following way:
``` python
test_…
-
Hello, I have a question.Do you implement the Fedadagrad, FedYogi, FedAdam algorithm of the paper "Adaptive Federated Optimization" in the code fedopt?
-
Hi @chaoyanghe, If I want to customize the federated learning algorithm in simulated version instead of using the existing algorithms like fedavg, fednova, etc., what should I do? t=Thanks for your an…
-
https://github.com/Spinozaaa/Federated-Long-tailed-Learning/blob/9944e7a55cc709cfd3d65741e49779425101a1ab/fedml_api/clsimb_fedavg/my_model_trainer_classification.py#L76
The parameter list in MultiE…
-
in fedml_api folder, fedopt's FedOptClientManager and FedOptTrainer are almost same to those of fedavg. But, in fedopt paper, clients should return the delta weights to server. Btw, server optimizer i…
-
I found a problem in "FedML/Python/app/fedcv/object_detection/runs/train/exp/log_0.txt"
```
client_indexes = [0, 1]
running
receive_message. msg_type = 0, sender_id = 0, receiver_id = 0
Cannot …