-
### What is your question?
hi all, I want to use Strategies like FedPROX,FEDNOVA using Flower.
Thanks and Regards,
Prathap Kumar
-
Thanks for the awesome work. I find in the code that you actually share two views of the same data (i.e. share_data1, share_data2).
My question is : 1) To my understanding, sharing multiple views of…
lhq12 updated
6 months ago
-
# FedNova
* **Title:** Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization
* **Venue:** NeurIPS 2020
* **Link to paper:** https://proceedings.neurips.cc/paper/2020/ha…
-
In ths clientprox.py, is there a problem with the calculation of loss in lines 47-49,? Shouldn't we use the loss calculation method in lines 82-86?
-
(fs) D:\Paper\federatedScope\FederatedScope-master>python federatedscope/main.py --cfg federatedscope/gfl/baseline/fedavg_gcn_fullbatch_on_kg.yaml
2024-04-29 08:34:14,331 (logging:124) INFO: the curr…
-
After running this "bash run_fedprox.sh synthetic_iid 0 1 | tee log_synthetic/synthetic_iid_client10_epoch20_mu1"
![image](https://user-images.githubusercontent.com/105529434/175881645-7e325731-c85c-…
-
**Describe the bug**
The FedOpt algorithm is not working as expected in cifar10 example when I change the model from the pre-existing ModerateCNN to another model like MobileNetv2 or Resnet18 and oth…
-
您好,请教一些论文中关于4.4 Applicability of ALA部分的问题:
In Table 4, the accuracy improvement for FedAvg and FedProx is apparent, and the improvement for Per-FedAvg, Ditto, and FedPHP is also remarkable. This in…
-
# MOON
* **Title:** Model-Contrastive Federated Learning
* **Venue:** CVPR 2021
* **Link to paper:** https://openaccess.thecvf.com/content/CVPR2021/html/Li_Model-Contrastive_Federated_Learning_CVPR_2…
-
It has been decided with the team that for the documentation:
- create a sub-section: `Optimizers` that showcases the use of a declearn optimizer as a tutorial
- in the user guide: explain deeper …