howardyclo / pytorch-seq2seq-example

Fully batched seq2seq example based on practical-pytorch, and more extra features.
76 stars 17 forks source link

Attention with concat mechanism #7

Open FAhtisham opened 3 years ago

FAhtisham commented 3 years ago

Hi, first of all, thank you fo such an amazing code. Gets the work done if someone goes through the seq2seq tutorial first.

If we have to incorporate the concat attention mechanism then how are we going to tackle that problem in terms of batches w/o a for loop ?