A-Dual-Stage-Attention-Based-Recurrent-Neural-Network-for-Time-Series-Prediction icon indicating copy to clipboard operation
A-Dual-Stage-Attention-Based-Recurrent-Neural-Network-for-Time-Series-Prediction copied to clipboard

merge

Open alias-noa opened this issue 5 years ago • 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

alias-noa avatar Apr 09 '19 03:04 alias-noa

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

chuanchuan12138 avatar Apr 09 '19 09:04 chuanchuan12138

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.

cpoptic avatar May 22 '19 15:05 cpoptic