- 25 3月, 2012 4 次提交
-
-
由 Razvan Pascanu 提交于
Fix elusive output-corruption bug in Scan.
-
由 Pascal Lamblin 提交于
The problem was that when copying a part of an array onto an overlapping part of the same array, sometimes elements were overwritten before being copied, leading to silent data corruption.
-
由 Olivier Delalleau 提交于
Import 'any' for python 2.4
-
由 Pascal Lamblin 提交于
-
- 24 3月, 2012 28 次提交
-
-
由 nouiz 提交于
Fixed crash when cuda is not available
-
由 Olivier Delalleau 提交于
This crash was introduced recently by ccb01355
-
由 lamblin 提交于
Alloc
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Also, don't print {} is there is no param to print. There is many scalar op like switch, LE, GT, ... that don't have a specified name. -
由 nouiz 提交于
Checks for preallocated output memory, take 2
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
Added theano.clone in the doc.
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
That way, we can more easily allocate an array full of zeros of the right type.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also use a saner way to compute the output dimensions.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
All the checks will still be applied in the inner function at least once on every input value. However, for subsequent calls of the outer node on the same input values (for output memory checking), the inner function call will be much faster.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
That way, some instances of DebugMode can do the checks, while others do not.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Since the contract regarding output memory has changed, it is not guaranteed that the op itself did allocate that memory.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also, create the memory buffers as needed.
-
- 23 3月, 2012 2 次提交
-
-
由 nouiz 提交于
Fixed crash in a specific concatenate situation
-
由 Olivier Delalleau 提交于
-
- 22 3月, 2012 6 次提交
-
-
由 lamblin 提交于
Mixed
-
由 lamblin 提交于
Fixed bug with broadcastable flags of MaxAndArgmax
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-