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)
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)