1. 16 May, 2016 1 commit
  2. 15 May, 2016 1 commit
  3. 14 May, 2016 1 commit
  4. 12 May, 2016 7 commits
  5. 16 Apr, 2016 1 commit
  6. 13 Apr, 2016 2 commits
  7. 12 Apr, 2016 3 commits
  8. 11 Apr, 2016 2 commits
  9. 08 Apr, 2016 4 commits
  10. 07 Apr, 2016 1 commit
  11. 06 Apr, 2016 1 commit
  12. 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
  13. 01 Apr, 2016 3 commits
  14. 30 Mar, 2016 1 commit
    • argszero's avatar
      Update inception_train.py · 851f28a4
      argszero authored
      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.
      851f28a4
  15. 28 Mar, 2016 1 commit
  16. 27 Mar, 2016 1 commit
  17. 25 Mar, 2016 3 commits
  18. 23 Mar, 2016 3 commits
  19. 22 Mar, 2016 2 commits
  20. 21 Mar, 2016 1 commit