fedavg_server
FedavgServer(num_clients, total_epoch, scaffold=False, weighted_fedavg=False)
¶
Bases: strategy_server.StrategyServer
Implement the strategy of fedavg on server side.
Attributes:
Name | Type | Description |
---|---|---|
num_clients |
int
|
client number |
total_epoch |
int
|
the epoch number of client trainning |
scaffold |
bool
|
if use the scaffold method. Defaults to False. |
weighted_fedavg |
bool
|
if use the weighted sum. Defaults to False. |