You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: