- 14 12月, 2011 11 次提交
-
-
由 nouiz 提交于
Fixed tests when on_shape_error = 'raise'
-
由 nouiz 提交于
Scan check
-
由 Razvan Pascanu 提交于
-
由 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
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
inputs.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
parameters.
-
由 Razvan Pascanu 提交于
the node.
-
由 Razvan Pascanu 提交于
property
-
- 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 3 次提交
-
-
由 Frederic Bastien 提交于
One test was forced to float64, as otherwise the test crash. I make an issue to fix it.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 10 12月, 2011 10 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 nouiz 提交于
Workaround for optimization failure
-
- 08 12月, 2011 2 次提交
-
-
由 nouiz 提交于
Updated NEWS.txt and doc/NEWS.txt
-
由 Olivier Delalleau 提交于
- Removed TODO from NEWS.txt (since it has been updated already) - Copied NEWS.txt to doc/NEWS.txt (just a basic copy, no need to review that part)
-