chensvm/A-Dual-Stage-Attention-Based-Recurrent-Neural-Network-for-Time-Series-Prediction

merge

Opened this issue · 2 comments

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

I solve it by install keras 2.1.6 rather than the newest version.

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.