merge
Opened this issue · 2 comments
alias-noa commented
What version of tensorflow and keras were used with this? Merge can no longer be imported and concatenate needs to be used but isn't working
chuanchuan12138 commented
I solve it by install keras 2.1.6 rather than the newest version.
cpoptic commented
Yeah I encountered several errors when trying to port this code to work in Keras 2.2.4.
Making a new virtual environment with Keras 2.1 doesn't throw the deprecated keras.layers.Merge error.