- 18 1月, 2011 11 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
+++ theano/tensor/tests/test_basic.py (reindented) @@ -1852,7 +1852,7 @@ r = numpy.asarray([0.,1.,-1.], dtype=dtype) v = fn(l, r) self.failUnless(numpy.all(v == (l == r)), (v, (l==r))) - + def test_neq(self): for dtype in ['float64', 'float32', 'complex64', 'complex128']: x, y = vector(dtype=dtype), vector(dtype=dtype) -
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 15 1月, 2011 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 14 1月, 2011 2 次提交
-
-
由 Frederic Bastien 提交于
as they make a difference in the hash. They don't change the generated c code for now. This is a follow up from James code-review comment.
-
由 Olivier Delalleau 提交于
-
- 13 1月, 2011 21 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
Made it easier to see how to get the full list of config attributes, also fixed display issue with some attributes not being prefixed with config
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
create a new flag init_gpu_device that select the gpu to use, but don't automatically move computation to it.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
have get_constant_value handle the case of Subtensor(Shape) when their is some dimensions broadcastable. This should fix the bug in the buildbot about the grad of the neibhbors op.
-
由 Frederic Bastien 提交于
-
- 12 1月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
Renamed temporary variable s_input into tmp_s_input to avoid confusion with s_inputs and thus make code easier to read
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
This fix the remaining case error in the buildbot. This don't hide the new case fused in the previous commit as their was error before it in the gpu 3d case. The error in 4d are not real error as they are caused by limit in the number of input in a gpu elemwise op we can put in the gpu code that exist now.
-