- 06 6月, 2013 38 次提交
-
-
由 Frederic 提交于
dot22scalar can't use the dot22 index for the scalar!
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
This happen when we list only folders without tests to run.
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
The kron operation use existing basic function(available on the GPU). Reusing them is faster then the scipy version, as the scipy version end up coping the data twice. We copy it only once in the reshape. We now also support it when the inputs ndim != 2 as scipy.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This make this test work. It was crashing during the compilation: THEANO_FLAGS=device=gpu,floatX=float32 theano-nose theano/tensor/tests/test_basic.py:PsiTester
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 05 6月, 2013 2 次提交
-
-
由 Frédéric Bastien 提交于
Py3k Fixes Bugfixes
-
由 Gabe Schwartz 提交于
This locals() wasn't inside a list comprehension and was also replaced incorrectly.
-