1. 01 Apr, 2016 1 commit
    • Davis King's avatar
      Fixed a bug in affine_. The layer was implemented as an inplace layer, · ebf7a89a
      Davis King authored
      however, that doesn't really work if we need to compute the gradients with
      respect to the parameters which the layer attempted to do.  So I made the
      layer's parameters non-learnable so it can continue to be inplace since the
      main usecase for this layer is to be a fast replacement for bn_ during testing.
      ebf7a89a
  2. 30 Mar, 2016 3 commits
  3. 29 Mar, 2016 4 commits
  4. 28 Mar, 2016 2 commits
  5. 27 Mar, 2016 11 commits
  6. 26 Mar, 2016 1 commit
  7. 25 Mar, 2016 4 commits
  8. 21 Mar, 2016 1 commit
  9. 19 Mar, 2016 1 commit
  10. 18 Mar, 2016 4 commits
  11. 16 Mar, 2016 1 commit
  12. 12 Mar, 2016 2 commits
  13. 11 Mar, 2016 2 commits
  14. 09 Mar, 2016 3 commits