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
The current code gives a 'Shape mismatch for blis.gemm: (0, 0) (480, 288) error in ln 121 of tok2vec.py: tokvecs = self.model.predict(docs)
Please consider adding support or more informative error handling (e.g. assert len(input)>0 'Encountered empty comment, please remove these in preprocessing' )
The text was updated successfully, but these errors were encountered:
The current code gives a 'Shape mismatch for blis.gemm: (0, 0) (480, 288) error in ln 121 of tok2vec.py:
tokvecs = self.model.predict(docs)
Please consider adding support or more informative error handling (e.g. assert
len(input)>0 'Encountered empty comment, please remove these in preprocessing'
)The text was updated successfully, but these errors were encountered: