You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is an implementation of pointer attention mechanism with bi-directional RNN as both encoder and decoder, applied to a sorting task on sequences of integers with arbitrary input length.
Package dependency
python 3.7+
pytorch 1.2.0+
About
A pointer attention network implementation with pytorch