fednova_server
FedNovaServer(num_clients, total_epoch)
¶
Bases: strategy_server.StrategyServer
Implement the strategy of fednova on server side.
Attributes:
Name | Type | Description |
---|---|---|
num_clients |
int
|
client number |
total_epoch |
int
|
the epoch number of client trainning |
_clients_samples |
dict
|
samples of each client |
_step_nums |
dict
|
step numbers for each client to optimize its model |