这个框架基于Tensorflow的更具体实践, 但并非是一个官方的产品。

A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.

当前能看到的示例只有Machine Translation(机器翻译),Text Summarization,Image Captioning示例还未推出。

模型

  • ModelBase
  • Seq2SeqModel
  • BasicSeq2Seq

  • AttentionSeq2Seq

  • Image2Seq