Federated-Learning-Mini-Framework
Federated-Learning-Mini-Framework copied to clipboard
Clients should send the difference of their weights
Now, they send the weights to the server but this should be only the difference
With #11 this is implemented in the FedAvg class. Another client implementation is needed as this difference calculation should happen in the client.