property-inference-collaborative-ml
property-inference-collaborative-ml copied to clipboard
Problem with train_multi_task_ps()
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?
Hi! I have the same problem. How did you deal with it?Thanks.