Skip to content

Releases: thushv89/attention_keras

First working version of the Attention Layer

11 Apr 10:19
Compare
Choose a tag to compare

This commit contains the current working version of the Attention layer. This has the following functionality.

  • Works with Keras layers such as LSTM, GRU and Bidirectional layers. However the this version only supports if a fixed batch size is specified in the model (i.e. use batch_shape to specify shape in layers instead of shape)