- 30 9月, 2011 11 次提交
-
-
由 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 14 次提交
-
-
由 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
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
This makes 'get_test_value' work on any object that can turned into a variable automatically, not just numpy ndarrays.
-
由 nouiz 提交于
Curand rng pep8
-
由 David Warde-Farley 提交于
Might as well not toss new code into the trunk that doesn't respect PEP8, nevermind fixing old code. This leaves alone C code with lines longer than 80 characters.
-
由 David Warde-Farley 提交于
A poster child for unit testing (or at least running pyflakes).
-
由 David Warde-Farley 提交于
Curand fix
-