-
## Describe the bug
Currently FedAvg does not perform well even in homogeneous settings for models with batchnorms such as resnet18. The accuracy over epochs curve is highly erratic and does not reac…
-
Hello, I noticed that the code only compares FedAVG , FedProx and Oracle, but I don't see FedCIL included.
-
### What is your question?
[main.log](https://github.com/user-attachments/files/17625702/main.log)
### Additional Context
_No response_
-
# Per-FedAvg
* **Title:** Personalized Federated Learning with Theoretical Guarantees: A Model-Agnostic Meta-Learning Approach
* **Venue:** NeurIPS 2020
* **Link to paper:** https://proceedings.neuri…
-
thanks for ur code!These days i tryed to run ur code with Non-iid MNIST dataset. However,my ultimate results didn't match that presented in ur paper.I'm wondering why this happened.It seems that FedAv…
-
Hello Jed,
I'm sorry to bother you.
Recently we did an experiment.And I found the test ccuracy of fedavg a little strange.I don't know if there are any problems with fedavg.
Here…
-
我只是运行test部分的代码 报了如下错误:
Traceback (most recent call last):
File "E:\wyx_projects\Pycharm\easyFL\test.py", line 1, in
import flgo.algorithm.fedavg as fedavg
File "E:\wyx_projects\Pycharm\…
-
I have tried various methods to test the code of fedbn (use the trained model, input a picture for prediction), fedbn can not give the correct result, but fedavg is normal
-
您好,想请问一下utils下面的fedavg中有一行代码是:
`client_loader_ = FL.split_data(idx)`
其中FL是models下面的clients中的ClientUpdate,里面并没有split_data这个函数,请问改如何解决,谢谢您
-
Hi!When I run your code,I met a problem in your baseline method in dp-fedavg-gan/dp_fedavg_gan.py
File "/home/op/xinhang/dp-fedavg-gan/utility_all.py", line 21, in _load_json
with open(path) …