Orion Reblitz-Richardson ba15af6e8e Fix issue in neural_gpu.py where TypeError is raised. 9 лет назад
..
README.md 90d6e3b97b Cleaned-up version of the Neural GPU code (runs outside of google3). 9 лет назад
data_utils.py 2e4f31a174 Update Neural GPU: allow to quantize activations, add a few tasks. 9 лет назад
neural_gpu.py ba15af6e8e Fix issue in neural_gpu.py where TypeError is raised. 9 лет назад
neural_gpu_trainer.py 2e4f31a174 Update Neural GPU: allow to quantize activations, add a few tasks. 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)