This year Google produced 5 different packages for seq2seq:
- seq2seq (claimed to be general purpose but inactive)
- nmt (active but supposed to be just about NMT probably)
- legacy_seq2seq (clearly legacy)
- contrib/seq2seq (not complete probably)
- tensor2tensor (similar purpose, also active development)
Which package is actually worth to use for the implementation? It seems they are all different approaches but none of them stable enough.