DeepLearning-Challenges
DeepLearning-Challenges copied to clipboard
Corrected Error in MemoryNetwork.py in Text_Based_Chatbot
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"
Looks now the whole Merge has been deprecated and many more changes are needed.