This year Google released 5 different packages for seq2seq:
Which package is really worth using for implementation? It seems that they are all different, but none of them are stable enough.
- , ? OCR Encoder-Decoder. legacy_seq2seq ( ), , , .
legacy_seq2seq
https://github.com/google/seq2seq: script, , , , (, OCR), ,
https://github.com/tensorflow/tensor2tensor: , , . . - . , Image Caption, . , , - txt- > txt image- > txt, . OCR. , (, CNN ).
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/seq2seq: , , , seq2seq , TF. Attention, Sequence Loss .. , . CNN, RNN, Bi Uni RNN, .. , .
tf.contrib.seq2seq
:
tensor2tensor