property-inference-collaborative-ml icon indicating copy to clipboard operation
property-inference-collaborative-ml copied to clipboard

Problem with train_multi_task_ps()

Open myyiwere opened this issue 4 years ago • 1 comments

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?

myyiwere avatar Apr 16 '20 01:04 myyiwere

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

FanQiHang avatar Apr 29 '21 04:04 FanQiHang