Text-Classification-Pytorch icon indicating copy to clipboard operation
Text-Classification-Pytorch copied to clipboard

the reference for the attention mechanism in LSTM_Attn

Open fmehralian opened this issue 6 years ago • 2 comments

Would you please add the reference for the implementation details of the attention layer?

fmehralian avatar Jul 29 '19 17:07 fmehralian

I believe it is similar to BahdanauAttention in https://www.tensorflow.org/tutorials/text/nmt_with_attention

PhantomKidding avatar Apr 03 '20 22:04 PhantomKidding

https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html

Abhiram4572 avatar Jan 10 '21 17:01 Abhiram4572