You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is expected to implement the encoder-decoder without attention. , but it is not the conventional RNN encoder-decoder. See this paper for reference https://arxiv.org/pdf/1406.1078.pdf
This script is expected to implement the encoder-decoder without attention. , but it is not the conventional RNN encoder-decoder. See this paper for reference https://arxiv.org/pdf/1406.1078.pdf
In every time step, decoder takes the encoded vector as its input: https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/v2/fluid/tests/book/test_machine_translation.py#L36
Also related to #7011
The text was updated successfully, but these errors were encountered: