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

Problem with /fedml_experiments/distributed/fedavg/run_fedavg_distributed_pytorch.sh #101

Closed
yukizhao1998 opened this issue Feb 15, 2021 · 1 comment

Comments

@yukizhao1998
Copy link

I think there is some problem with the line: PROCESS_NUM=expr $WORKER_NUM + 1
Maybe it should be PROCESS_NUM=expr $CLIENT_NUM + 1 since WORKER_NUM stands for clients per round and CLIENT_NUM stands for clients in total.

@chaoyanghe
Copy link
Member

chaoyanghe commented Feb 16, 2021

I cannot get your point. You may need to explain in detail for your suggestion.
You can also refer to my answer here:
#95

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