Skip to content

Tags: thushv89/attention_keras

Tags

v0.1

Toggle v0.1's commit message
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)