1. 02 Jun, 2016 5 commits
  2. 31 May, 2016 1 commit
  3. 25 May, 2016 1 commit
  4. 19 May, 2016 1 commit
  5. 18 May, 2016 1 commit
  6. 17 May, 2016 1 commit
  7. 16 May, 2016 3 commits
  8. 15 May, 2016 1 commit
  9. 14 May, 2016 2 commits
  10. 12 May, 2016 7 commits
  11. 16 Apr, 2016 1 commit
  12. 13 Apr, 2016 2 commits
  13. 12 Apr, 2016 3 commits
  14. 11 Apr, 2016 2 commits
  15. 08 Apr, 2016 4 commits
  16. 07 Apr, 2016 1 commit
  17. 06 Apr, 2016 1 commit
  18. 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
  19. 01 Apr, 2016 2 commits