- 19 11月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 18 11月, 2010 39 次提交
-
-
由 Frederic Bastien 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 Josh Bleecher Snyder 提交于
Fixes compatibility issues with MacHG and probably GUIs. (Note that the released version of MacHG actually doesn't work at the moment, but new ones should soon -- cf. http://bitbucket.org/jfh/machg/issue/141/p2d2-environment-variables-not-set)
-
由 Josh Bleecher Snyder 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
Be a bit more liberal in what we accept for a join operation. No longer force all broadcastable flags for non-join axes to be the same, and the output's broadcastable flags are the OR of the input's for each axis.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 Frederic Bastien 提交于
Make SparseVariable test of Theano memory contract use the generic test fct. This make it test more case. I needed to change to idiv as implace op as scipy sparce support only idiv as inplace op.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 David Warde-Farley 提交于
-
由 James Bergstra 提交于
The test_default_shape function in both modules was coded incorrectly. It used the same generator for uniform and multinomial samples, whereas the modules being tested used different generators for the uniform an multinomial samples. It only worked for as long as it did because only a single multinomial sample was being tested, and by chance the different generators happened to draw the same bit.
-
由 David Warde-Farley 提交于
Fix easy_install problem with importing theano and revert "RELEASE=True" to False, file should never be checked in with RELEASE=True.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Enable sparse elemwise multiplication by a something that can be converted to a tensor but is not a tensor or a sparse. Test it(and add test for all sparse mul at the same time)
-
由 gdesjardins 提交于
using Variable's comparison operators Need to swap inheritence order for class ScalarVariable: inherit _scalar_py_operators first, then Variable
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-