Skip to content
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

关于leaf-pytorch #2

Closed
DingDante opened this issue Sep 26, 2023 · 1 comment
Closed

关于leaf-pytorch #2

DingDante opened this issue Sep 26, 2023 · 1 comment

Comments

@DingDante
Copy link

在使用您提供的leaf-pytorch版本中,使用updates列表存储客户端更新,但是在实际过程中,self.updates.append((num_samples, update)),update会将之前的其他客户端的update覆盖,最后使用聚合参数的时候实际上是使用都是一个客户端的参数在计算全局参数,导致了无论在哪一轮训练,全局参数始终与一个客户端的相同,希望排查一下

@yjw1029
Copy link
Owner

yjw1029 commented Sep 26, 2023

Please submit PR or issue in leaf-pytorch repo. It is confusing to submit an unrelated issue in this self-reminder repo.
Meanwhile, please provide detailed information about your problem, such as your debugging log, outputs and the specific code lines about your issue.

@yjw1029 yjw1029 closed this as completed Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants