- In this example, we would like to show some different configuration for seq2seq task. - Please refer to the following two configuration files: 1. [grid lstm](https://github.com/lcy-seso/paddle_confs_v1/blob/master/seq2seq/grid_lstm.conf) written in old PaddlePaddle API. 2. [encoder-decoder without attention](https://github.com/lcy-seso/paddle_confs_v1/blob/master/seq2seq/nmt_without_attention.conf) written in old PaddlePaddle API. - The example **must** include the training and the generating process. - Please pull your codes and docs into the [seq2seq](https://github.com/PaddlePaddle/models/tree/develop/seq2seq) directory.