pytorch-seq2seq icon indicating copy to clipboard operation
pytorch-seq2seq copied to clipboard

Tutorial 3 : Aligment Model not the same as the paper

Open xxoospring opened this issue 4 years ago • 2 comments

This is the alignment model in paper which has three single layer MLP: v, W and U, but in Tutorial 3 implementations,we cat vector S and encoder output h, and pass them through one MLP.

image

xxoospring avatar Aug 05 '20 08:08 xxoospring

Not sure how I messed this up. Will look into it further. Thanks for pointing it out.

bentrevett avatar Aug 25 '20 16:08 bentrevett

This is the alignment model in paper which has three single layer MLP: v, W and U, but in Tutorial 3 implementations,we cat vector S and encoder output h, and pass them through one MLP.

image

Hi xxoospring, Could you share your code with the Tutorial 3

yipliu avatar Dec 21 '20 14:12 yipliu