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
Try doing: weights = weights.reshape((len(weights), 1)). It expects weights to have shape (N, 1) (a matrix with one column) rather than shape (N,) (a vector).
Hey there,
I tried using weights on the samples. However, I run into this error:
seems sth is odd with unpacking the shape of y
The text was updated successfully, but these errors were encountered: