1. 15 Aug, 2017 1 commit
    • Davis King's avatar
      Added an "add_to" option to tt:copy_tensor(). There was also a bug in the · 7078cfaf
      Davis King authored
      concat layer's backward() method.  It was assigning the gradient to previous
      layers instead of adding the gradient, as required by the layer interface
      specification.  This change also noticeably speeds up concat layers since only
      one CUDA kernel launch now happens per concat operation, rather than one
      kernel launch for each sample in a tensor.
      7078cfaf
  2. 14 Aug, 2017 1 commit
  3. 12 Aug, 2017 2 commits
  4. 11 Aug, 2017 7 commits
  5. 10 Aug, 2017 4 commits
  6. 09 Aug, 2017 2 commits
  7. 06 Aug, 2017 3 commits
  8. 05 Aug, 2017 1 commit
  9. 04 Aug, 2017 4 commits
  10. 03 Aug, 2017 2 commits
  11. 01 Aug, 2017 2 commits
  12. 31 Jul, 2017 1 commit
  13. 29 Jul, 2017 5 commits
  14. 26 Jul, 2017 3 commits
  15. 24 Jul, 2017 2 commits