|
Algorithm 5: Semi-decentralized FL client training. |
-
Input: : Global Model Weights,
-
: Number of Local Epochs
-
Output: : Client Model Weights
-
1
Receive from the
-
2
Receive weights and parameters from the (, )
-
3
Train each with received weights and parameters
-
4
Get weights from
-
//
Return updated client weights to the for aggregation
-
5
return
|