vaseline555 / Federated-Learning-in-PyTorch

Handy PyTorch implementation of Federated Learning (for your painless research)
MIT License
409 stars 90 forks source link

Type error for `_request()` #13

Closed imguangyu closed 1 year ago

imguangyu commented 1 year ago

Thanks for the well-organized code base. However, when I run the example experiments, it shows that two arguments are missing. Are the default values of them missing?

TypeError: _request() missing 2 required positional arguments: 'participated' and 'retain_model'
zr-wang03 commented 1 year ago

Same issue here.

vaseline555 commented 1 year ago

Oops, I thought some dev code was not properly transplanted. Fixed in commit bb6ca682ee63039647caa1dd5d7983c3d296adfc. Please check and tell me if other errors are observed.

Thank you for raising this issue! 고마워요! @imguangyu @zr-wang03