Lukasz Kaiser 47ab157a71 Merge branch 'master' of sso://user/wicke/models 9 年之前
..
README.md 90d6e3b97b Cleaned-up version of the Neural GPU code (runs outside of google3). 9 年之前
data_utils.py 5272bb94e4 Add license headers 9 年之前
neural_gpu.py 47ab157a71 Merge branch 'master' of sso://user/wicke/models 9 年之前
neural_gpu_trainer.py 47ab157a71 Merge branch 'master' of sso://user/wicke/models 9 年之前

README.md

NeuralGPU

Code for the Neural GPU model as described in [[http://arxiv.org/abs/1511.08228]].

Requirements:

  • TensorFlow (see tensorflow.org for how to install)
  • Matplotlib for Python (sudo apt-get install python-matplotlib)

Run: python neural_gpu_trainer.py --task=rev

Maintained by Lukasz Kaiser (lukaszkaiser)