- 16 11月, 2010 15 次提交
-
-
由 David Warde-Farley 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
to check for input aliasing and removed the transitivity assumption on the aliasing.
-
由 Razvan Pascanu 提交于
mutable or borrowed
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
Make PatternSub hangdling of allow_multiple_client with dictionnary that don't define it to default to the value of the parent nod instead of False.
-
由 gdesjardins 提交于
Also fixed tensordot to accept numpy syntax for axes.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
inplace computation
-
由 Razvan Pascanu 提交于
-
由 Ian Goodfellow 提交于
-
由 Razvan Pascanu 提交于
and inplace operations are used we are not getting the right results. Note that is not easy to trigger this behaviour.
-
由 Razvan Pascanu 提交于
-
- 13 11月, 2010 6 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
- 12 11月, 2010 18 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
re-enable neibs2images while adding it missing parameter. Warn when that we don't implement the extra parameter if they are not at their default value for now.
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
In that case the future behavior is not actually different from the historic one, reducing over the last axis is exactly the same as reducing over all the axes.
-
由 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 1 次提交
-
-
由 Frederic Bastien 提交于
-