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'm trying to train the model with my own corpus, but it failed with this error:
I highlight the important lines, which apparently some matrices' dimension is not compatible to do matrix multiple: numpy.dot(A,x)。But all I did is just replace the corpus with my own one, really don't know why this is happening. Is there any requirement for corpus or whatever other reasons that i can not figure out.
The text was updated successfully, but these errors were encountered:
I'm trying to train the model with my own corpus, but it failed with this error:
I highlight the important lines, which apparently some matrices' dimension is not compatible to do matrix multiple:
numpy.dot(A,x)
。But all I did is just replace the corpus with my own one, really don't know why this is happening. Is there any requirement for corpus or whatever other reasons that i can not figure out.The text was updated successfully, but these errors were encountered: