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

Command_round cannot be more than 200 ? #86

Closed
jerryandcse opened this issue Dec 23, 2020 · 2 comments
Closed

Command_round cannot be more than 200 ? #86

jerryandcse opened this issue Dec 23, 2020 · 2 comments

Comments

@jerryandcse
Copy link

I used FedML-Server/client_simulator/mobile_client_simulator.py to ran two cllients ,
and used FedML-Server/executor/app.py to ran a server on the same PC.
Even I set the argument "comm_round" to 250, but the learning will be stuck at round 200.
But if I set the "comm_round" to 50 , the learning will be finished at round 50.
Picture:
client
(Client)
server
(Server)

@mzp0625
Copy link
Contributor

mzp0625 commented Jan 1, 2021

Please run server_start.sh under FedML-Server/executor with --comm_round set as 250 first. This step calls the preprocessor to produce datasets for 250 rounds of iteration.


Screen Shot 2021-01-01 at 1 27 16 PM

@jerryandcse
Copy link
Author

Please run server_start.sh under FedML-Server/executor with --comm_round set as 250 first. This step calls the preprocessor to produce datasets for 250 rounds of iteration.

Screen Shot 2021-01-01 at 1 27 16 PM

It works. Thank you very much!!

@mzp0625 mzp0625 closed this as completed Jan 4, 2021
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