python-deep-learning-chatbot icon indicating copy to clipboard operation
python-deep-learning-chatbot copied to clipboard

A deep learning chatbot created with Python and Flask

Results 4 python-deep-learning-chatbot issues
Sort by recently updated
recently updated
newest added
trafficstars

It still keeps getting same ValueError: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (20, 2)...

Ability to submit text after pressing enter.

this " from keras.optimizers import SGD " to this " from tensorflow.keras.optimizers import SGD "

I was having issues importing SGD and the changed import statement fixed that, so I added it as an automatic check. https://stackoverflow.com/a/68199964/9670840