ZhangLin-PKU / FedFTG

MIT License
40 stars 7 forks source link

Reproduction of "FedDF" approach #1

Closed MichaelLee-ceo closed 9 months ago

MichaelLee-ceo commented 10 months ago

Thank you for open-sourcing your project. I notice that "FedDF" (Ensemble Distillation for Robust Model Fusion in Federated Learning) is one of your baselines in your paper, however, you provide code for only FedAvg, FedProx, FedDyn... Do you have the implementation of FedDF? Thanks!

ZhangLin-PKU commented 9 months ago

I will add FedDF method soon.

MichaelLee-ceo commented 9 months ago

Thanks!

ZhangLin-PKU commented 9 months ago

Hi @MichaelLee-ceo, I have added FedDF method. You can quickly run it using scripts/CIFAR10_FedDF.sh.