- 02 10月, 2011 2 次提交
-
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
interactive debugger
-
- 01 10月, 2011 14 次提交
-
-
由 David Warde-Farley 提交于
Deprecated tensor.shared (renamed tensor._shared)
-
由 delallea 提交于
STY: various blas/test_blas fixes
-
由 Olivier Delalleau 提交于
Most of the time people who use tensor.shared do it because they mix it up with theano.shared. By renaming it with a leading underscore, this confusion should disappear. By the way this commit also changes a few calls in Theano code from tensor.shared to theano.shared, when I thought calling tensor.shared was not intentional.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
Fix missing pydot (tests/error message)
-
由 David Warde-Farley 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 David Warde-Farley 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
-
由 James Bergstra 提交于
Dot22 complex still w pep8 errors but Fred's busy.
-
由 Frederic 提交于
-
- 30 9月, 2011 16 次提交
-
-
由 delallea 提交于
fixed cifar example.
-
由 Nouiz 提交于
-
由 Frederic 提交于
-
由 James Bergstra 提交于
Tensor cast error is clearer and has helpful hint.
-
由 Olivier Delalleau 提交于
To avoid confusion, 'array' usually refers to numeric (numpy) data, while 'tensor' often refers to symbolic (theano) objects.
-
由 Olivier Delalleau 提交于
Switched order of exception arguments to first say that there is a bad input in some position, before explaining why it is bad.
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Added a 'size' attribute to tensors
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This behaves the same as in numpy: - For dense tensors it is the product of the shape elements. - For sparse tensors it is the number of elements actually stored (including zeros that are explicitly stored).
-
由 goodfeli 提交于
Fixed some broken tests due to imports
-
由 Olivier Delalleau 提交于
The problem was that get_test_value and missing_test_message are recognized by nosetests as test functions, and thus test code that does "import *" from tensor/basic.py could end up trying to run these functions as tests.
-
由 delallea 提交于
Added the test in reverse order.
-
由 Frederic 提交于
-
- 29 9月, 2011 1 次提交
-
-
由 Frederic 提交于
-
- 28 9月, 2011 7 次提交
-
-
由 delallea 提交于
added some defensive programming
-
由 Ian Goodfellow 提交于
shape
-
由 goodfeli 提交于
TST: test CURAND rng when shape is a Variable
-
由 David Warde-Farley 提交于
Also renamed several arguments to make them less verbose.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-