We are only using the RNN decoder (without encoder) for text generation, how is RNN decoder different from pure RNN operation?
RNN Decoder in TensorFlow: https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/dynamic_rnn_decoder
Pure RNN in TensorFlow: https://www.tensorflow.org/api_docs/python/tf/nn/dynamic_rnn
Thanks for your time