-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is something wrong in federated_main.py #35
Comments
Sorry, it should be : |
Agreed. Should be 'idx' instead of 'c'. |
https://github.com/AshwinRJ/Federated-Learning-PyTorch/blob/26eaec40fa8beb56777feb89756f6401c28c4736/src/federated_main.py#L100C43-L100C72 the comment is "over all users at every epoch", I guess it should be c, and the idxs should be user_groups[c] |
Hi, |
@Mr-lq7 If you are clear, please close this issue. Thanks. |
the code should be the change to the place marked in the red box
The text was updated successfully, but these errors were encountered: