Unittest for RNN encoder decoder without attention has a bug.
Created by: lcy-seso
This model configuration has a bug: https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/v2/fluid/tests/book/test_machine_translation_encoder_context.py#L124
When RNN unit processes sequence in reversed order, sequence first operator should be used to get the output in the last time step.