fedavg.pytorch icon indicating copy to clipboard operation
fedavg.pytorch copied to clipboard

Averaging only selected fraction (C*K) of clients

Open vaseline555 opened this issue 3 years ago • 0 comments

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

vaseline555 avatar Apr 27 '21 12:04 vaseline555