clay-lab / transductions

A PyTorch framework for creating, running, and reproducing experiments on seq2seq models.
6 stars 3 forks source link

Add attention #37

Closed jopetty closed 3 years ago

jopetty commented 3 years ago

Multiplicative attention has been added.

jopetty commented 3 years ago

Additive attention has been added

jopetty commented 3 years ago

DotProduct has been added.