- 22 1月, 2012 1 次提交
-
-
由 Olivier Delalleau 提交于
Added missing __init__.py so that tests can be imported by nose. All tests are now passing under Windows with Python 2.4.
-
- 21 1月, 2012 32 次提交
-
-
由 nouiz 提交于
Fixed max/argmax gradient tests in float32
-
由 Olivier Delalleau 提交于
-
由 lamblin 提交于
fix how we compute the number of elements in the compile dir.
-
由 nouiz 提交于
Work around bug in numpy 1.6 with ufunc.reduce
-
由 nouiz 提交于
fix for fails in the buildbot
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
The tolerance needs to be increased because the numbers in the computations are too small.
-
由 Frederic 提交于
-
由 nouiz 提交于
Fixes for Windows and Python 2.4
-
由 nouiz 提交于
Fixed import error in a sparse test
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Minor stuff (PEP8 and typos mostly)
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
The rephrasing is to avoid using 'type' for class name, given that 'type' has a special meaning in Theano.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Add "filter_variable" mechanism in Type
-
由 Olivier Delalleau 提交于
Jacobian/Hessian
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
If one of the "then" elements is a TensorType, and the corresponding element in the "else" branch is a compatible type, or vice versa, convert it into TensorType, so both have the same Type, and the output Type can be determined. This should fix a problem reported by Ian. [Commit amended to fix problem spotted by Fred]
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
It should work similarly to filter(), but on symbolic variables, returning equivalent variables of the current Type if they are compatible.
-
由 Pascal Lamblin 提交于
-
- 20 1月, 2012 5 次提交
-
-
由 Olivier Delalleau 提交于
The 'remove' method was bugged (it would not remove an item if it was the last item in the queue). This commit actually replaces the full custom deque implementation by a subclass of the original Python 2.4 implementation of deque, as it seems safer than re-writing everything. The implementation is also moved to the python25.py file since it is the place for Python 2.4 compatibility code.
-
由 nouiz 提交于
Fixed import crash in optimizations
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
CCW#37: REVIEW/TEST/DOC theano/sparse/sandbox/sp.py:RemoveO
-
由 Valentin Bisson 提交于
CCW#37: modified theano.config.mode value under which assertion of application of the optimization is done.
-
- 19 1月, 2012 2 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-