Neal Wu 052e5e8b6e Converted the models repo to TF 1.0 using the upgrade script 8 년 전
..
ptb 052e5e8b6e Converted the models repo to TF 1.0 using the upgrade script 8 년 전
translate efa4a6cfaa Fix vocabulary naming (input/output vocabulary no longer has same name) (#946) 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 년 전
linear.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 년 전
rnn.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 년 전
rnn_cell.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 년 전
seq2seq.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