Error in chat.py
Opened this issue · 1 comments
kashyap32 commented
when I run chat.py (Tensorflow backend) I am getting this!
Optimizer weight shape (1200,) not compatible with provided weight shape (300, 300)
shreyans29 commented
Make sure you have latest version of Keras, I had the same issue once ,updating Keras solved it.