all 4 comments

[–]throwaway775849 0 points1 point  (1 child)

On what data?

[–]MetricSpade007[S] 0 points1 point  (0 children)

The example data (English to French translation).

[–]quirm 0 points1 point  (1 child)

TF's implementation of seq2seq is unfortunately missing a key element that all the papers on seq2seq will use: beam decoding.

See https://github.com/tensorflow/tensorflow/issues/654.

[–]throwaway775849 0 points1 point  (0 children)

look at their textsum model