- 05 1月, 2011 2 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
Fixed a bug reported by cityhall consisting in not calling tensor.as_tensor on arguments before calling make_node
-
- 04 1月, 2011 1 次提交
-
-
由 Josh Bleecher Snyder 提交于
-
- 03 1月, 2011 2 次提交
-
-
由 Josh Bleecher Snyder 提交于
-
由 Josh Bleecher Snyder 提交于
-
- 23 12月, 2010 11 次提交
-
-
由 Frederic Bastien 提交于
implement/test the proposal that created shared variable must return the same type as what they received as input.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Add test for inplace operation on shared variable when the shared constructor input is casted to the same value as the internal type.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
this will allow building the library cuda doc on our webserver
-
- 22 12月, 2010 10 次提交
-
-
-
由 James Bergstra 提交于
This is not 'sandbox documentation' as in docs that are no good - this is good documentation for code that is in the sandbox.
-
由 James Bergstra 提交于
Split Josh's documentation between aliasing.txt and CudaNdarraySharedVariable.set_value docstring note.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
test that we work inplace when accessing the internal of theano to replace the value of a shared variable.
-
由 Frederic Bastien 提交于
For tensor and sparse shared varible, test that we don't work inplace.(not implemented for now)
-
由 James Bergstra 提交于
-
- 21 12月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 20 12月, 2010 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
I am not sure why this is necessary now. One guess is that the canonicalizer or something else has been modified to put in identity(), and now it is more obvious that we need an optimization to take it out again. I'm hoping that this improves the slowdown recently observed in convolutional net benchmark.
-
由 James Bergstra 提交于
The modification ensures that that even if numpy is clever enough to not make a copy on unit-length reductions, the perform() returns a copy.
-
- 18 12月, 2010 3 次提交
-
-
由 fsavard 提交于
-
由 fsavard 提交于
Corrected DEBUG_MODE and FAST_COMPILE tests for grad of Prod. Added comments on mechanism for this grad.
-
由 Frederic Bastien 提交于
fix may_share_memory for sparse type as it was done for ndarray type. Add may_share_memory test for CudaNdarray type
-
- 17 12月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-