DeepLearning-Challenges icon indicating copy to clipboard operation
DeepLearning-Challenges copied to clipboard

Corrected Error in MemoryNetwork.py in Text_Based_Chatbot

Open ujjwal-9 opened this issue 8 years ago • 1 comments

Merge from keras.layers.core was not working so i replaced it with legacy merge.

"from keras.layers.core import Merge" => "from keras.layers import Merge"

ujjwal-9 avatar Jul 05 '17 08:07 ujjwal-9

Looks now the whole Merge has been deprecated and many more changes are needed.

reppolice avatar Sep 30 '18 18:09 reppolice