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

Stuck after "Starting federated training session" during demo run #19

Open
SavvinaDaniil opened this issue Mar 12, 2021 · 1 comment
Open

Comments

@SavvinaDaniil
Copy link

Dear all,
I have been trying to use this library, it all works well when installing, but the program is stuck when the federated session starts when I am using the demo.
I attach these screenshots:
worker1
^This is an error a get when I run python serve.py within the node, it still runs after that but maybe it's relevant.
worker2
This is where it stops. The last line shows because I was printing things, trying to figure out what the problem is, basically it stops at:
for line in iter(process.stdout.readline, b'') <- this doesn't run!
Btw, both the nodes and the aggregator are in the same machine for the demo.
Thank you in advance for your help!

@chester-leung
Copy link
Member

Hi @SavvinaDaniil, very sorry for the delay. We must have missed this.

If you want to run both nodes on the same machine, you will have to modify the ports on which they listen -- each port should be unique. In particular, you will have to modify this line.

Please let us know if there are any other issues. We promise that we will reply much quicker this time!

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