ki-ljl / FedProx-PyTorch

PyTorch implementation of FedProx (Federated Optimization for Heterogeneous Networks, MLSys 2020).
MIT License
94 stars 18 forks source link

question #2

Open suololololo opened 2 years ago

suololololo commented 2 years ago

In Li's paper, he proposed the γtk-inexact solution to replace original local epoch. But in the client.py the γtk-inexact solution is implemented as fix local epoch. image