- 20 12月, 2010 2 次提交
-
-
由 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.
-
- 17 12月, 2010 1 次提交
-
-
由 James Bergstra 提交于
-
- 16 12月, 2010 1 次提交
-
-
由 Razvan Pascanu 提交于
-
- 15 12月, 2010 12 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Allow the default value of parameter dx,dy of ConvOp.__init__. They are set explicitly to 1 by the conv() fct.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 14 12月, 2010 10 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
remove FAST_RUN_NOGC from the acceptable value of flag mode. People should use the flag linker=c|py_nogc
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
In a test, test that we generate an error only when one is needed and test the type of the error generated.
-
由 Josh Bleecher Snyder 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 11 12月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 10 12月, 2010 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 09 12月, 2010 10 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
In sparse.CSMProperties, don't put the last return as view, as we create a new ndarray from a tuple.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
make debugmode use the new theano.misc.may_share_memory.may_share_memory fct to don't raise useless warning. It was calling the wrong *Type.may_share_memory sometimes.
-
由 Frederic Bastien 提交于
added new theano.misc.may_share_memory that handle more case and can be called in all case(with and without scipy,...). Test it.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-