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 have set inequality variables 'G' and 'h' as dummy variable Variable(torch.Tensor()),
but line 87 in qp.py: _, nineq, nz = G.size()
will raise problem: ValueError: not enough values to unpack (expected 3, got 1)
The text was updated successfully, but these errors were encountered:
I have set inequality variables 'G' and 'h' as dummy variable
Variable(torch.Tensor())
,but line 87 in qp.py:
_, nineq, nz = G.size()
will raise problem:
ValueError: not enough values to unpack (expected 3, got 1)
The text was updated successfully, but these errors were encountered: