AI_ChatBot_Python icon indicating copy to clipboard operation
AI_ChatBot_Python copied to clipboard

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (27, 2) + inhomogeneous part.

Open yyara opened this issue 2 years ago • 1 comments

Shuffling Randomly and Converting into Numpy Array for Faster Processing......

ValueError Traceback (most recent call last) Cell In[22], line 3 1 print("Shuffling Randomly and Converting into Numpy Array for Faster Processing......") 2 random.shuffle(training) ----> 3 training = np.array(training) 5 print("Creating Train and Test Lists.....") 6 train_x = list(training[:,0])

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (27, 2) + inhomogeneous part.

yyara avatar Apr 14 '23 14:04 yyara