- 07 1月, 2012 1 次提交
-
-
由 Justin Bayer 提交于
-
- 29 12月, 2011 1 次提交
-
-
由 Justin Bayer 提交于
-
- 22 12月, 2011 1 次提交
-
-
由 Justin Bayer 提交于
Also added a test to theano/tensor/test/test_inc_subtensor.py, but I am unsure yet if it actually belongs there.
-
- 20 12月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
Test sigm opt
-
- 18 12月, 2011 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 nouiz 提交于
Fixed bug in identification of sigmoid
-
由 Olivier Delalleau 提交于
It used to think that (any_constant + exp(x)) was equal to (1 + exp(x)).
-
- 14 12月, 2011 15 次提交
-
-
由 Olivier Delalleau 提交于
Fix pycuda test
-
由 nouiz 提交于
Fixed tests when on_shape_error = 'raise'
-
由 nouiz 提交于
Scan check
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
It is expected that some implementations of 'infer_shape' raise a ShapeError to indicate that they do not know how to compute the shape. In such a situation, we should silently fall back to the default implementation, regardless of the value of 'on_shape_error' (whose name may be misleading for developers, since we want to catch all exceptions *except* ShapeError). Also, when a bad shape was inferred, we should not raise a ShapeError (which may be caught silently), but rather something that indicates that there is a serious bug somewhere, like an AssertionError.
-
由 nouiz 提交于
Minor typo fix and more consistent use of rand
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
inputs.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
parameters.
-
由 Razvan Pascanu 提交于
the node.
-
由 Razvan Pascanu 提交于
property
-
由 Frederic Bastien 提交于
-
- 13 12月, 2011 12 次提交
-
-
由 Olivier Delalleau 提交于
I removed some re-definitions of rand that were pointless (as far as I can tell). I verified that tests in test_basic.py still pass in floatX=float32 and float64.
-
由 Olivier Delalleau 提交于
fix gpu tests when using theano flags device.
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
Fix an import case and made more test run in floatX
-
由 nouiz 提交于
Minor fixes
-
由 nouiz 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This is to be consistent with the idea that "on_shape_error=warn" is supposed to be a warning, not an error. NB: I verified that the warning is displayed on screen by default.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 12 12月, 2011 2 次提交
-
-
由 Olivier Delalleau 提交于
Fixes for shape opt
-
由 Frederic Bastien 提交于
-
- 11 12月, 2011 2 次提交
-
-
由 Frederic Bastien 提交于
One test was forced to float64, as otherwise the test crash. I make an issue to fix it.
-
由 Frederic Bastien 提交于
-