- 27 11月, 2011 6 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Unlikely to make any timing difference, but makes it slightly easier to read the code.
-
由 Olivier Delalleau 提交于
Since the 'finally' block requires 'add_stack_trace_on_call' to be defined, technically it is better to define it out of the 'try' block. Most likely doesn't matter here though.
-
由 Olivier Delalleau 提交于
fix bug in equal_computation when comparing a variable with itself
-
由 Razvan Pascanu 提交于
-
- 26 11月, 2011 9 次提交
-
-
由 nouiz 提交于
Fixed test_linalg.py:test_spectral_radius_bound
-
由 Olivier Delalleau 提交于
Was broken by a6e1769d. This fix also includes some coding style fixes.
-
由 Olivier Delalleau 提交于
Remove deprecated stuff
-
由 Olivier Delalleau 提交于
Make scan opt before blas opt.
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
Fix neibs
-
由 nouiz 提交于
Spectral radius bound review
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 25 11月, 2011 16 次提交
-
-
由 nouiz 提交于
Depricated scan
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 glorotxa 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
They should not have been used anymore as they should have been removed already.
-
由 Frederic 提交于
-
由 Frederic 提交于
Was accepted only in theano.function in the mode argument. Not as a theano flags.
-
由 glorotxa 提交于
-
由 Frederic 提交于
When tring to make the grad raise an Exception with an error that the old version returned wrong answer.
-
由 glorotxa 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 24 11月, 2011 9 次提交
-
-
由 nouiz 提交于
Ensure sorted indices reviewed
-
由 nouiz 提交于
Fix default axis for tensor.roll
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
In the case of a default axis argument and a 1-d tensor, don't create flatten and reshape nodes that need to be optimized out when it's simple enough not to do so.
-
由 Li Yao 提交于
-
由 David Warde-Farley 提交于
NumPy docstring standard compliant. Nearly identical to the numpy.roll docstring.
-
由 David Warde-Farley 提交于
Elegantly solved with a recursive call.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
added roll function and test
-