Neal Wu 0079e98a24 Merge pull request #982 from arvind385801/hotfix/tranlate_tutorial 8 年之前
..
ptb c774cc95e5 Merge pull request #1131 from tongda/master 8 年之前
translate 0d8916f4b8 Revert 0.12 changes but keep the argument swap 8 年之前
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 年之前
README.md b75faf5a48 Fix rnn translate in python3 8 年之前
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 年之前

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