- 12 12月, 2013 5 次提交
- 11 12月, 2013 4 次提交
-
-
由 abergeron 提交于
Add missing include in the new gpuaelemwise op.
-
由 Frederic 提交于
It was causing compilation crash in the DLT mlp
-
由 Frédéric Bastien 提交于
In RepeatOp, fix detection of numpy-supported dtypes
-
由 Pascal Lamblin 提交于
-
- 10 12月, 2013 6 次提交
-
-
由 abergeron 提交于
GpuShape
-
由 Frédéric Bastien 提交于
c_code() for GpuCAReduce (in gpuarray)
-
由 Frédéric Bastien 提交于
Add tests for DownsampleFactorMaxGradGrad
-
由 Frédéric Bastien 提交于
Added second derivative to max downsampling function
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
- call verify_grad on DownsampleFactorMaxGrad - call hessian on DownsampleFactorMax
-
- 09 12月, 2013 1 次提交
-
-
由 Frederic 提交于
-
- 07 12月, 2013 16 次提交
-
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
This is not pretty code, but it is working code.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
Gpua elemwise
-
由 Pascal Lamblin 提交于
Gh 1122
-
由 Pascal Lamblin 提交于
Fix tests crash in DebugMode recently introduced.
-
由 Frederic 提交于
Now we keep the original error message type and just add more information to it.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
Make a tests more robust to different seed
-
- 06 12月, 2013 8 次提交
-
-
由 Pascal Lamblin 提交于
code cleanup
-
由 Frederic 提交于
-
由 Frederic 提交于
It miss dimensions collapsing and maybe better support of scalar.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
The error is due to rounding difference. The test that fail randomly is theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py:TestConv2DGPU.test_logical_shapes. Normally, we should set atol depending of the input shape, but the current structure don't allow this, so I use the output shape. So this could happen with other tests if the output shape is smaller.
-
由 Frederic 提交于
-