- 19 8月, 2012 5 次提交
-
-
由 Olivier Delalleau 提交于
fix to annoying error message of sandbox/scan
-
由 Olivier Delalleau 提交于
Max argmax bug
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 18 8月, 2012 4 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 17 8月, 2012 9 次提交
-
-
由 nouiz 提交于
Fix corner case in cvm updates, add test. Fix wrong results that could end up with wrong shape.
-
由 Pascal Lamblin 提交于
The bug appeared when some shared variable was updated with itself, the values of update expressions would be assigned to incorrect shared variables.
-
由 nouiz 提交于
Rewrite squeeze and delete SqueezeOp.
-
由 Nicolas Bouchard 提交于
-
由 Nicolas Bouchard 提交于
-
由 nouiz 提交于
Move optimization to opt.py.
-
由 lamblin 提交于
Fix BinCount output dtype. It is intp of double depending of the input.
-
由 Frederic 提交于
-
由 lamblin 提交于
Shape tensor basic2
-
- 16 8月, 2012 22 次提交
-
-
由 Nicolas Bouchard 提交于
-
由 nouiz 提交于
Consider numpy.memmap a valid type for TensorType
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
Remove old init parameter that was removed in the past. Recently, we added new one. So there was a conflict.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Also assert that the output dtype if float64. This is not important as the Mean op is not used by default.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
A reshape fix this problem, but return the wrong results.
-
由 Eric Larsen 提交于
-
由 Eric Larsen 提交于
-
由 Eric Larsen 提交于
add infer_shape to AdvancedIncSubtensor and add tests; repair infer_shape of Reshape allowing for constant desired shape with possibly one entry equal to -1 and add tests
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Eric Larsen 提交于
Join: added test on second axis; TensorDot: added axes ((0, 1), (1, 0)); MaxAndArgmax: removed TODO comment
-
由 Eric Larsen 提交于
-