Neal Wu 79d2ecb102 Revert "fixed a bug in sampled_loss(), made compatible for 0.12.0" преди 8 години
..
ptb c774cc95e5 Merge pull request #1131 from tongda/master преди 8 години
translate 79d2ecb102 Revert "fixed a bug in sampled_loss(), made compatible for 0.12.0" преди 8 години
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models преди 9 години
README.md b75faf5a48 Fix rnn translate in python3 преди 9 години
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models преди 9 години

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