philipperemy / keras-attention

Keras Attention Layer (Luong and Bahdanau scores).
Apache License 2.0
2.8k stars 675 forks source link

Using attention with multivariate timeseries data #52

Closed ic-gcp closed 3 years ago

ic-gcp commented 3 years ago

Hey, I' am trying to use attention with timeseries data that has more than 1 feature this leads to an incompatible shapes error. What changes do I make to get it to work?