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

Implemented simulation tff code to be distribute from server to clients. #4168

Closed
karantai opened this issue Oct 5, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@karantai
Copy link

karantai commented Oct 5, 2023

Hello,

I have implement the simulation code for image classification and text generation using tensorflow_federated and it works fine. Now, I have read the two federated core tutorials so I can learn some extra stuff, but I believe there is no tutorial on how the communication between the server and the clients can be done. Using which protocol, python libraries etc. Any help with that?

@karantai karantai added the bug Something isn't working label Oct 5, 2023
@boxer-code
Copy link

Did you solve this and if, how? I'm a little bit confused about the communication too.

@karantai
Copy link
Author

As far as I know, tensorflow_federated can do only simulations of Federated Learning, so you can only run FL setup in one computer that serves both as server and clients.
I have used flwr library in Python and I achieved the federated learning communication between server and clients that reside not in LAN but in WAN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants