Releases: thushv89/attention_keras
Releases · thushv89/attention_keras
First working version of the Attention Layer
This commit contains the current working version of the Attention layer. This has the following functionality.
- Works with Keras layers such as
LSTM
,GRU
andBidirectional
layers. However the this version only supports if a fixed batch size is specified in the model (i.e. usebatch_shape
to specify shape in layers instead ofshape
)