- 01 10月, 2011 3 次提交
-
-
由 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 14 次提交
-
-
由 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 提交于
-
由 David Warde-Farley 提交于
This makes the tests pass but nosetests still segfaults.
-
由 delallea 提交于
Added "theano-cache list" to list the content of the theano cache
-
由 nouiz 提交于
Minor fixes
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Olivier Delalleau 提交于
-
- 27 9月, 2011 6 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
Add tests for all the branches involving Variable that weren't tested and thus not catching that Variable was undefined.
-
由 goodfeli 提交于
More generic get_test_value
-