fedavg.pytorch
fedavg.pytorch copied to clipboard
Averaging only selected fraction (C*K) of clients
Original implementation averages all (K) clients instead of randomly selected fraction (C*K) of clients. So I modified this code to pass 'selected_clients' with proper aggregation weights