keras-language-modeling
keras-language-modeling copied to clipboard
How can I get attention weight from attention model?
Hi, Could I get attention weight from "K.function([model.layers[0].input], [model.layers['my_attention_lstm_layer'].output])" of attention model?