IBM / pytorch-seq2seq

An open source framework for seq2seq models in PyTorch.
https://ibm.github.io/pytorch-seq2seq/public/index.html
Apache License 2.0
1.5k stars 376 forks source link

can I use pytorch-seq2seq implement this model #157

Closed gaikin closed 6 years ago

gaikin commented 6 years ago

decoder

which was celled encoder-decoder with feedback

pskrunner14 commented 6 years ago

@gaikin yes you can implement encoder-decoder (autoencoder) for seq2seq tasks with attention and beam search in pytorch-seq2seq. Not sure what you mean by feedback exactly, as the model seems like a generic encoder-decoder arch with attention.