1. 20 12月, 2013 2 次提交
    • Pascal Lamblin's avatar
      Actually compile and run the grad scan node. · 4ea37b8d
      Pascal Lamblin 提交于
      4ea37b8d
    • Pascal Lamblin's avatar
      Try to fix how Null gradients are propagated in Scan · 02514c6e
      Pascal Lamblin 提交于
      - propagate NullType when summing different gradient contributions
      - identify which outer outputs of the scan node implementing the grad
        should be Null
      - replace them, and the corresponding inner variables, with zeros
        of the appropriate size, so the scan node can be compiled and run.
      - introduce a difference in undefined gradient because going through
        a shared variable with updates, and because a NullType was returned
        by the internal graph.
      02514c6e
  2. 10 12月, 2013 2 次提交
  3. 07 12月, 2013 8 次提交
  4. 06 12月, 2013 15 次提交
  5. 05 12月, 2013 7 次提交
  6. 04 12月, 2013 6 次提交