Skip to content

seq2seq with 2 bugs fixed :"ImportError: cannot import name 'bernoulli'" and "AttributeError: module 'tensorflow.python.platform.flags' has no attribute '_FlagValues'". Works on Google Colab

License

caesium94/seq2seq_fix

Repository files navigation

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.

About

seq2seq with 2 bugs fixed :"ImportError: cannot import name 'bernoulli'" and "AttributeError: module 'tensorflow.python.platform.flags' has no attribute '_FlagValues'". Works on Google Colab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published