1. 12 May, 2016 2 commits
  2. 16 Apr, 2016 1 commit
  3. 13 Apr, 2016 2 commits
  4. 12 Apr, 2016 3 commits
  5. 11 Apr, 2016 2 commits
  6. 08 Apr, 2016 4 commits
  7. 07 Apr, 2016 1 commit
  8. 06 Apr, 2016 1 commit
  9. 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
  10. 01 Apr, 2016 3 commits
  11. 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
  12. 28 Mar, 2016 1 commit
  13. 27 Mar, 2016 1 commit
  14. 25 Mar, 2016 3 commits
  15. 23 Mar, 2016 3 commits
  16. 22 Mar, 2016 2 commits
  17. 21 Mar, 2016 1 commit
  18. 19 Mar, 2016 5 commits
  19. 18 Mar, 2016 2 commits
  20. 17 Mar, 2016 1 commit