Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
939 stars 313 forks source link

Is there any attention module that I could use for neural machine translation? #359

Closed hfxunlp closed 7 years ago

hfxunlp commented 7 years ago

I find Recurrent Attention, but it seems work for some other task?

gaosh commented 7 years ago

you can take a look to this post

hfxunlp commented 7 years ago

@gaosh Thank you, I think I can solve this now.