Skip to content
A general-purpose encoder-decoder framework for Tensorflow
Branch: master
Clone or download
dennybritz Merge pull request #173 from google/bug/estimator
Patch experiment with continuous_train_and_eval
Latest commit 7f48589 Apr 18, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin Patch experiment with continuous_train_and_eval Apr 17, 2017
docs Fixing typo in NMT tutorial Mar 28, 2017
example_configs Allow passing optimizer parameters Mar 31, 2017
seq2seq
.coveragerc Upadte docs Mar 11, 2017
.gitignore Add gitignore for emacs from https://www.gitignore.io/api/emacs Feb 13, 2017
.style.yapf Enforce styling with YAPF Dec 11, 2016
CONTRIBUTING.md Add contributing and license file Feb 15, 2017
LICENSE Add contributing and license file Feb 15, 2017
README.md Update README.md Apr 14, 2017
circle.yml Disable gh-pages push Mar 3, 2017
mkdocs.yml Rename benchmarks to results Mar 12, 2017
pylintrc Fix pylint errors Apr 17, 2017
setup.py allow installation of either tensorflow or tensorflow-gpu Mar 13, 2017
tox.ini Add tensorflow to testenv to make builds pass again Mar 14, 2017

README.md

CircleCI


READ THE DOCUMENTATION

CONTRIBUTING


A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.

Translation Model


The official code used for the Massive Exploration of Neural Machine Translation Architectures paper.

If you use this code for academic purposes, please cite it as:

@ARTICLE{Britz:2017,
  author          = {{Britz}, Denny and {Goldie}, Anna and {Luong}, Thang and {Le}, Quoc},
  title           = "{Massive Exploration of Neural Machine Translation Architectures}",
  journal         = {ArXiv e-prints},
  archivePrefix   = "arXiv",
  eprinttype      = {arxiv},
  eprint          = {1703.03906},
  primaryClass    = "cs.CL",
  keywords        = {Computer Science - Computation and Language},
  year            = 2017,
  month           = mar,
}

This is not an official Google product.

You can’t perform that action at this time.