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
Python3. np.asarray(list(self._characters.items()))
Still a problem:
np.asarray(list(self._characters.items()))
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (1623, 2) + inhomogeneous part.
characters_list = np.asarray(self._characters.items())
......
return len(self.characters_list)
TypeError: len() of unsized object
The text was updated successfully, but these errors were encountered: