- 12 5月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
give a warning if we use a numpy version that have a memory leak and that we exeecute code that will hit that leak.
-
- 11 5月, 2010 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 08 5月, 2010 7 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Some c_code regerated by the conv op was hard coding some shape info in some case. When those case are not true, their was no error generated.
-
由 Frederic Bastien 提交于
fix conv op compilation when the c_code fct was changing the signature of the c code. That is not allowed.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 07 5月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 05 5月, 2010 2 次提交
-
-
由 James Bergstra 提交于
-
由 fsavard 提交于
Added ImagesFromNeighbourhoods and two basic tests... but the tests are commented out for the moment
-
- 03 5月, 2010 1 次提交
-
-
由 fsavard 提交于
-
- 01 5月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 30 4月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 29 4月, 2010 4 次提交
-
-
由 Frederic Bastien 提交于
The bug make the CudaNdarray.__getitem__ return something with the wrong number of dimensions. The bug happen with the param of __getitem__ is a tuple with element that are a numpy.int under Ubuntu(system where PyInt_Check(numpy.int) return false.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Their is many different rounding algo. So we don't create a round fct, but one for a 2 differents version(c round fct() and numpy.round)
-
- 28 4月, 2010 10 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
We do this as in some case the test was failing during theano fct call.(i.e. under ubuntu) As we use theano.tensor.scalar and not theano.scalar.scalar normally this is not a problem.
-
由 James Bergstra 提交于
added comment to scalar c_extract function, explaining one way to go about fixing the broken scalar module
-