- 20 11月, 2010 1 次提交
-
-
由 gdesjardins 提交于
Implemented unittests which test that the contract for In is respected: we test that aliasing the input is impossible with borrow=False.
-
- 19 11月, 2010 9 次提交
-
-
由 gdesjardins 提交于
Old theano versioning system is deprecated with DWF's latest changes. Versioning is now handled through setup.py and mercurial hooks.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
borrow argument for In, gradient of a mtrix ..)
-
由 Razvan Pascanu 提交于
are tested.
-
由 Josh Bleecher Snyder 提交于
-
由 Josh Bleecher Snyder 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 18 11月, 2010 30 次提交
-
-
由 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 提交于
-