You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for your efforts in providing such a neat and handy framework.
However, it seems _request with retain_model=False is never called under the global evaluation setting. As a result, the sampled client won't download the global model since client.model is not None.
Please correct me if there is anything I overlooked.
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry for super late reply 😢
I've just completed my preliminary PhD defense and also preapring for upcoming ICML 2024 submission.
I am going to dig into this issue until the end of February. Thank you!
Hi, Thanks for your efforts in providing such a neat and handy framework.
However, it seems
_request
withretain_model=False
is never called under the global evaluation setting. As a result, the sampled client won't download the global model sinceclient.model
is not None.Please correct me if there is anything I overlooked.
Thanks!
The text was updated successfully, but these errors were encountered: