keras-language-modeling icon indicating copy to clipboard operation
keras-language-modeling copied to clipboard

Trainable weights in AttentionLSTMWrapper

Open saurabhmathur96 opened this issue 8 years ago • 0 comments

This statement (https://github.com/codekansas/keras-language-modeling/blob/master/attention_lstm.py#L106) overwrites the trainable_weights of the inner LSTM layer. It should add to the weights of the LSTM Layer instead.

saurabhmathur96 avatar Feb 28 '17 07:02 saurabhmathur96