- 25 2月, 2017 5 次提交
-
-
由 Frédéric Bastien 提交于
Explicitly specify the output ndim in reshape
-
由 Frédéric Bastien 提交于
Add in the doc the optional dependencies of pycuda and skcuda.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 24 2月, 2017 12 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
Add test for the previous fix and add more check to prevent other crash with bad neib_shape or neib_step input value.
-
由 Frédéric Bastien 提交于
Fix dnn conv grad issues
-
由 Pascal Lamblin 提交于
The whole code expects the shape to be of length 4, and the output to be 4D already
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frédéric Bastien 提交于
Updates to solve potential problems with compiler-specific casting
-
由 Frédéric Bastien 提交于
Print scan profile again
-
由 Frédéric Bastien 提交于
Remove the old benchmark directory.
-
- 23 2月, 2017 6 次提交
-
-
由 Frederic Bastien 提交于
Remove the old benchmark directory. They use the module system that was removed years ago. Now the benchmark are outside Theano.
-
由 notoraptor 提交于
Fix various GPU unit tests on Windows
-
由 notoraptor 提交于
-
由 Micah Bojrab 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
Modify error printing to make it more explicit when calling `GpuArray_maxandargmax()`.
-
- 22 2月, 2017 15 次提交
-
-
由 Simon Lefrancois 提交于
Fix doc version switch and unverbose PR GPU tests
-
由 Pascal Lamblin 提交于
Fix NaNGuardMode to permit None variables
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
rather than fct_callcount, which stays at 0
-
由 Pascal Lamblin 提交于
Fix GPU test_pool on Windows.
-
由 Pascal Lamblin 提交于
Allow for pooling of empty batch (like for conv in #3715).
-
由 Simon Lefrancois 提交于
-
由 Simon Lefrancois 提交于
-
由 notoraptor 提交于
theano/gpuarray/tests/test_subtensor.py:G_subtensor.test_noncontiguous_idx
-
由 notoraptor 提交于
The old big size was used to check if reduction is really faster on GPU than on CPU with big data, but it made NVIDIA driver crash on Windows, and I think it is not really useful for simple unit testing.
-
由 Frederic Bastien 提交于
-
由 notoraptor 提交于
-
由 Pascal Lamblin 提交于
[CRASH] Fix local_gpua_advanced_incsubtensor to return variable on the GPU
-
由 notoraptor 提交于
Cast ws, strides and pads to 64 bits integers into both Python and C code for all these ops.
-
由 notoraptor 提交于
Make sure that ws, strides and pads for GpuPool, GpuMaxPoolGrad and GpuAveragePoolGrad are `npy_intp` arrays.
-
- 21 2月, 2017 2 次提交
-
-
由 Frederic Bastien 提交于
Fix local_gpua_advanced_incsubtensor to return variable on the GPU. op_lifer expect that. fix gh-5589
-
由 Frédéric Bastien 提交于
Prevent pkl_utils from stomping higher sys recursion limits
-