1. 12 4月, 2014 1 次提交
    • Frederic's avatar
      pep8 · e945851a
      Frederic 提交于
      e945851a
  2. 11 4月, 2014 6 次提交
  3. 10 4月, 2014 5 次提交
  4. 09 4月, 2014 9 次提交
  5. 08 4月, 2014 4 次提交
  6. 07 4月, 2014 6 次提交
  7. 04 4月, 2014 7 次提交
  8. 03 4月, 2014 2 次提交
    • Frederic's avatar
      Fuse add/mul elemwise in a big add/mul elemwise before doing fusion · 4f15d801
      Frederic 提交于
      with Composite.
      
      This allow to pickle bigger Composite graph as it simplify the graph,
      so we bust later the max recursion limit.
      4f15d801
    • Frederic's avatar
      (This was started with Raul Chandias Ferrari) · 337f6c66
      Frederic 提交于
      Flatten Composite.
      
      This help gh-689 as it allow it to support up to 57 iteration of the
      loop instead of just 43.
      
      This could also help Theano cache in the case where graph could have
      different fusion order, so different way the composite are in each
      other, but do the same computation.
      
      This make the printing of Composite more readable.
      337f6c66