Lukasz Kaiser 574c981c14 Final tweaks for lower batch size. 9 gadi atpakaļ
..
README.md 90d6e3b97b Cleaned-up version of the Neural GPU code (runs outside of google3). 9 gadi atpakaļ
data_utils.py 5272bb94e4 Add license headers 9 gadi atpakaļ
neural_gpu.py 574c981c14 Final tweaks for lower batch size. 9 gadi atpakaļ
neural_gpu_trainer.py 574c981c14 Final tweaks for lower batch size. 9 gadi atpakaļ

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)