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 train_multi_task_ps() #6

Open
myyiwere opened this issue Apr 16, 2020 · 1 comment
Open

Problem with train_multi_task_ps() #6

myyiwere opened this issue Apr 16, 2020 · 1 comment

Comments

@myyiwere
Copy link

I am getting this error when I run "distributed_sgd.py":
TypeError: train_multi_task_ps() got an unexpected keyword argument 'balance'

Upon inspecting the code, I realized that on line 117, the call to function "train_multi_task_ps()" includes an argument "balance = balance". But there is no such parameter as "balance" in the definition of "train_multi_task_ps()" on line 340. Can I take out the "balance = balance" argument without any consequences?

@FanQiHang
Copy link

Hi!
I have the same problem. How did you deal with it?Thanks.

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