1. 16 6月, 2011 2 次提交
    • Razvan Pascanu's avatar
      Fix to the provided memory bug with truncated BPTT. · 516dced0
      Razvan Pascanu 提交于
      If scan receives memory in the output storage map it uses it. Now if you run
      truncated BPTT, you do not loop over the entire sequence, and you should
      return 0 for all the entries you don not visit. I used to assume that the
      data I allocate does that ( because I used to allocate it using zeros), but
      now if data is provided I did not check if those values are actually 0s.
      516dced0
    • Razvan Pascanu's avatar
      Fix for speeding up scan · f09f515b
      Razvan Pascanu 提交于
      Before, scan used to add another layer of abstraction between constants and
      the inner function, so even if you would give as a non sequence a constant
      the inner function will treat it like a normal theano variable stopping
      certain optimizations to happen.
      f09f515b
  2. 15 6月, 2011 20 次提交
  3. 14 6月, 2011 18 次提交