FedML icon indicating copy to clipboard operation
FedML copied to clipboard

Client list is using client_num_per_round instead of client_num_in_total

Open rAlexandre00 opened this issue 3 years ago • 0 comments

FedML/python/fedml/init.py The server (rank 0) should be getting his client list derivated from client_num_in_totals and not only the clients_per_round. This makes the clients chosen for each round always the same and not random.

rAlexandre00 avatar Oct 20 '22 01:10 rAlexandre00