Neal Wu 00ffa603f2 Manually fixed many occurrences of tf.concat %!s(int64=8) %!d(string=hai) anos
..
ptb 00ffa603f2 Manually fixed many occurrences of tf.concat %!s(int64=8) %!d(string=hai) anos
translate efa4a6cfaa Fix vocabulary naming (input/output vocabulary no longer has same name) (#946) %!s(int64=8) %!d(string=hai) anos
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos
README.md b75faf5a48 Fix rnn translate in python3 %!s(int64=8) %!d(string=hai) anos
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos
linear.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos
rnn.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos
rnn_cell.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos
seq2seq.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models %!s(int64=8) %!d(string=hai) anos

README.md

This directory contains functions for creating recurrent neural networks and sequence-to-sequence models. Detailed instructions on how to get started and use them are available in the tutorials.

Here is a short overview of what is in this directory.

File What's in it?
ptb/ PTB language model, see the RNN Tutorial
translate/ Translation model, see the Sequence-to-Sequence Tutorial