- 12 11月, 2010 13 次提交
-
-
由 Pascal Lamblin 提交于
Finishes closing of #539.
-
由 Pascal Lamblin 提交于
Closes #539.
-
由 Pascal Lamblin 提交于
Closes #538 .
-
由 gdesjardins 提交于
a < b < c was failing silently by generating the graph "lt(b,c)". We now forbid "boolean" comparison of the return value of __lt__, __le__, __gt__, __ge__. We cannot forbid "boolean" comparison of TensorVariables in general, since the syntax "if a:" is often used instead of "if a is not None:"
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
replace the theano flags warn.old_bug_default by warn.ignore_bug_before and doc it. Also update the installation instruction to have less error warning generated during the test of the installation.
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
make the Convolution use all needed compilation option when it use gemm. Generate them only when we generate call to gemm.
-
由 Frederic Bastien 提交于
new theano flags: `warn.old_bug_default`. When set to false disable all warning about old theano bug.
-
- 11 11月, 2010 20 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Ian Goodfellow 提交于
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Josh Bleecher Snyder 提交于
numpy.ndarray overrides __eq__ to do elemwise equality checks, thus yielding an ndarray, which cannot be cast as a bool. This doesn't play nicely with list.index; numpy throws a ValueError.
-
由 James Bergstra 提交于
-
由 Josh Bleecher Snyder 提交于
numpy.ndarray overrides __eq__ to do elemwise equality checks, thus yielding an ndarray, which cannot be cast as a bool. This doesn't play nicely with list.index; numpy throws a ValueError.
-
由 Pascal Lamblin 提交于
-
由 gdesjardins 提交于
Closes ticket #518.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
make the split of too huge GpuElemwise check about the number of dimensions of the inputs. test this too.
-
- 10 11月, 2010 7 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
Added fix suggested by Pascal for the tests when dealing with the exception thrown by Subtensor (e_invalid)
-
由 Ian Goodfellow 提交于
added test for same bug
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
more helpful.
-
由 Razvan Pascanu 提交于
-