Skip to content

Commit

Permalink
Updated description of Sub-FedAvg.
Browse files Browse the repository at this point in the history
  • Loading branch information
cying17 committed Nov 3, 2023
1 parent a57553d commit 9769476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ Wu et al., “[FedSCR: Structure-Based Communication Reduction for Federated
````

````{admonition} **Sub-FedAvg**
Sub-FedAvg aims to obtain a personalized model for each client with non-i.i.d. local data and reduce. It iteratively prunes the parameters of the neural networks which results in removing the commonly shared parameters of clients’ models and keeping the personalized ones. Besides the original version for two-layer federated learning, the version for three-layer federated learning has been implemented as well.
Sub-FedAvg aims to obtain a personalized model for each client with non-i.i.d. local data. It iteratively prunes the parameters of each client’s local model during its local training, with the objective of removing the commonly shared parameters of local models and keeping the personalized ones. Besides the original version for two-layer federated learning, the version for three-layer federated learning has been implemented as well.
For two-layer federated learning:
Expand Down

0 comments on commit 9769476

Please sign in to comment.