- 27 4月, 2011 4 次提交
-
-
由 Razvan Pascanu 提交于
I've also make the documentation more clear on the actual behaviour of n_steps.
-
由 Razvan Pascanu 提交于
incorrect 'n_steps' to scan.
-
由 Razvan Pascanu 提交于
steps, scan does that number of steps or raises an error ( i.e. it does not check the length of the sequences and pick the largest number of steps). It makes things more optimizable, in terms of scan mergings. It is also logical, if you provided the number of steps, you do expect those number of steps to be executed. I might need to check documentation to make sure it is in sync with scan.
-
由 Frederic Bastien 提交于
-
- 26 4月, 2011 5 次提交
-
-
由 Razvan Pascanu 提交于
calls the linker directly).
-
由 Razvan Pascanu 提交于
inner function, without creating a special type of function. This reduced understanding complexity, but also reduced a potential source of bugs ( when unpickling, or having alias outputs). I also added a new test for the bug Arnaud discovered, which this fix also adresses in a more broad way.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
code that used to set mutable to true will issue a warning without this fix, because you can not have mutable True and borrow False (default value). Getting that warning when you only set mutable but not borrow seems very annoying and unneccessary.
-
由 Razvan Pascanu 提交于
gonna get used but why not)
-
- 25 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
sync with In.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 24 4月, 2011 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 23 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
inserting view_op, a inplace version of deep_copy_op).
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
-
- 22 4月, 2011 16 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
gets the same output multiple time.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Ideally, we should replicate lots of things that are in TensorType.values_eq_approx. See #664.
-
由 Razvan Pascanu 提交于
fixed bug reported by Olivier, by having a typo in the name of the variable when raising an exception ..
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 21 4月, 2011 7 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Simon Lemieux 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
throws an exception or silently returns a bunch of 0s)
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-