Closed KarhouTam closed 1 month ago
I've checked the issues and PRs with keyword fedrep and nothing is there. Also I'm already start the reproduction. So I think this issue is more like a placeholder.
Hi @KarhouTam , I'm closing this issue as #3790 just got merged 🙌
Paper
Exploiting Shared Representations for Personalized Federated Learning
Link
http://arxiv.org/abs/2102.07078
Maybe give motivations about why the paper should be implemented as a baseline.
FedRep (500+ citations) is quite famous in pFL field and is considered as one of the most common baselines that introduced by many pFL papers (include mine).
Is there something else you want to add?
No for now.
Implementation
To implement this baseline, it is recommended to do the following items in that order:
For first time contributors
first contribution
docPrepare - understand the scope
Verify your implementation
EXTENDED_README.md
that was created in your baseline directoryREADME.md
is ready to be run by someone that is no familiar with your code. Are all step-by-step instructions clear?README.md
and verify everything runs.