Closed
Description
- enhance the
reorder_lod_tensor_by_rank operator
. PR Enhance reorder_lod_tensor_by_rank_op to support Tensor #7251 - add the external memory (the static input in old PaddlePaddle) to
dynamicRNN
. PR Add static_input for DynamicRNN #7434 - make the RNN search model successfully run on Fluid.
- test the RNN encoder-decoder without attention (This is another test case for
reorder_lod_tensor_by_rank operator
, so it should be tested also). - enhance the documentation of operators used in RNN Search.
- debug and unittest the beam search related operators. @jacquesqiao is working on this, related PR (WIP) Nmt model #7340 .
- wrapper the beam search: issue Test the standard beam search and give a basic example. #6900 .
- provide a more friendly Python wrapper which unifies training and generating sequences.