Problem with the function " _local_test_on_all_clients" in "https://github.com/FedML-AI/FedML/blob/master/python/fedml/simulation/sp/fedavg/fedavg_api.py" #1578
Labels
question
Further information is requested
def _local_test_on_all_clients(self, round_idx):
In the 4th line of the function, why is always the zeroth client selected? This way, the testing happens on the model corresponding to the zeroth client only, but we want the average test error on the local dataset for each client, isn't it?
The text was updated successfully, but these errors were encountered: