1. 25 1月, 2012 4 次提交
    • Razvan Pascanu's avatar
      fix to failing test for scan · f47b288c
      Razvan Pascanu 提交于
      This test fails because of small numbers (the gradients are especially
      susceptible to small numbers). Increasing the range from which we sample,
      it doesn't mean that there will not be a seed there for which the sampled
      numbers are small enough (or a few entries are small enough) to get in that
      instability region
      f47b288c
    • Razvan Pascanu's avatar
      lazy-man solution to failing tests · 5f8e9721
      Razvan Pascanu 提交于
      This tests are of the sandbox of scan that I want to change anyway..
      5f8e9721
    • Razvan Pascanu's avatar
      Merge pull request #377 from delallea/better_scan_error · 888485ef
      Razvan Pascanu 提交于
      Improved scan error message
      
      I think that we can't really use iter(x) as suggested by David, because we want to iterate over the items.
      888485ef
    • Olivier Delalleau's avatar
      Improved scan error message · 0793fd51
      Olivier Delalleau 提交于
      Two improvements:
      - An explicit error is raised if the lambda expression used in scan
        returns something that is not made of Theano variables (which may
        happen for instance when someone returns a constant value).
      - An error is always raised when failing to parse the return value of
        the lambda expression
      0793fd51
  2. 24 1月, 2012 9 次提交
  3. 23 1月, 2012 15 次提交
  4. 22 1月, 2012 1 次提交
  5. 21 1月, 2012 11 次提交