AI_ChatBot_Python
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.
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.