1. 25 Jan, 2017 1 commit
  2. 15 Jun, 2016 1 commit
  3. 14 Jun, 2016 1 commit
    • Orion Reblitz-Richardson's avatar
      Update neural_gpu documentation. · b1ad92b8
      Orion Reblitz-Richardson authored
      * Add list of algorithmic tasks.
      * Detail what is stored in /tmp/neural_gpu/ (default location).
      * Detail that one should hit Ctrl-C to stop the training process.
      * Add sections around decoding and animation, but couldn't get those to work myself. Still worth having in the docs.
      b1ad92b8
  4. 05 Apr, 2016 1 commit
    • Orion Reblitz-Richardson's avatar
      Fix issue in neural_gpu.py where TypeError is raised. · ba15af6e
      Orion Reblitz-Richardson authored
      * `python neural_gpu_trainer.py --task=rev` raises the following TypeError:
      
        File “..models/neural_gpu/neural_gpu.py", line 26, in conv_linear
          assert args
        File “..tensorflow/python/framework/ops.py", line 475, in __nonzero__
          raise TypeError("Using a `tf.Tensor` as a Python `bool` is not allowed. "
      TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead of `if t:` to test if a tensor is defined, and use the logical TensorFlow ops to test the value of a tensor.
      ba15af6e
  5. 14 Mar, 2016 1 commit
  6. 30 Jan, 2016 1 commit
  7. 26 Jan, 2016 1 commit
  8. 22 Jan, 2016 2 commits
  9. 21 Jan, 2016 2 commits
  10. 17 Jan, 2016 1 commit
  11. 14 Jan, 2016 1 commit