facebookresearch/FLSim

Does the backend handle Federated learning asynchronously?

111Kaushal opened this issue · 2 comments

I found this repo from this blog: - https://ai.facebook.com/blog/asynchronous-federated-learning/
However I do not find any mentioning on this repo and also I cannot decipher from the code examples whether this is synchronous version or asynchronous version of Federated learning?
Can you please clarify this for me? And also if this is the asynchronous version how can I dive deeper in to the libraries and look at the code of implementation for the asynch handling mechanism?

Thank you