- 26 1月, 2012 5 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
additions and improvements to blas on both CPU and GPU (including GEMV, GER in blas_c)
-
由 Olivier Delalleau 提交于
Remaining scan errors
-
由 Frederic 提交于
We should use optimization tags to enable, disable them. This also could cause problem on test in case there is a bug, teardown would not be executed per James comments.
-
- 25 1月, 2012 26 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
It seems that even the last fix of the generated random numbers didn't do the trick. The reason being same numeric instability. I've change the operation to a sum, which, if you apply it recursevly is less problematic then multiplying numbers
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
Fixed crash at exit time if cache was deleted
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Fixed some tests broken due to exception verbosity
-
由 Olivier Delalleau 提交于
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
This commit also includes a few PEP8 fixes.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
This test fails because of small numbers (the gradients are especially susceptible to small numbers). Increasing the range from which we sample, it doesn't mean that there will not be a seed there for which the sampled numbers are small enough (or a few entries are small enough) to get in that instability region
-
由 Razvan Pascanu 提交于
This tests are of the sandbox of scan that I want to change anyway..
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
Gpu properties
-
由 Nouiz 提交于
-
由 Nouiz 提交于
-
由 Razvan Pascanu 提交于
Improved scan error message I think that we can't really use iter(x) as suggested by David, because we want to iterate over the items.
-
由 Olivier Delalleau 提交于
Two improvements: - An explicit error is raised if the lambda expression used in scan returns something that is not made of Theano variables (which may happen for instance when someone returns a constant value). - An error is always raised when failing to parse the return value of the lambda expression
-
由 Nouiz 提交于
-
由 Nouiz 提交于
-
由 Nouiz 提交于
-
- 24 1月, 2012 9 次提交
-
-
由 Frederic 提交于
-renamed TestGer_local_gemm_to_ger to TestGer -changed the Ger.infer_shape methode with ger.perform This make test of cpu and gpu ger op easier and follow what is done most of the time -Moved tests in TestGer_make_thunk to TestGer and use theano.function This was needed to make them work on cpu and gpu -make TestGer always call call the compiled function
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-