- 31 7月, 2014 13 次提交
-
-
由 Arjun Jain 提交于
Hi Fred, I tried it out, but for me, it doesnt find conv() in package cuda_ndarray gpuval = cuda_ndarray.conv(img, kern, mode, subsample). So, made the changes in the test_conv_cuda_ndarray _test_dummy(). I see that the cpu version is computed using py_conv(), which in turn calls scipy.signal.convolve2d. How can the result 'gpuval' now be the same as scipy.signal.convolve2d instead of the scipy.signal.correlate? Also, this still passes tests for all image, kernel, channel and batch sizes: https://github.com/stencilman/Theano-1/blob/fb66035292ef070b86466bf61c9c42b8faaa0a1c/theano/sandbox/cuda/tests/test_conv_gemm.py
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 30 7月, 2014 2 次提交
-
-
由 Arjun Jain 提交于
-
由 Arjun Jain 提交于
-
- 26 7月, 2014 12 次提交
-
-
由 abergeron 提交于
[CRASH] remove assert in opt and remove print
-
由 Frederic 提交于
-
由 abergeron 提交于
[CRASH] fix tutorial example related to lazy evaluation.
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
[FIX] Fix the init/deinit of the cublas handle
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
[ENH] Make the gpu back-end use the new numpy c interface
-
由 Frédéric Bastien 提交于
[CRASH, ENH] fix crash cublas and extra debug info for shared var.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 25 7月, 2014 4 次提交
-
-
由 Frédéric Bastien 提交于
If we re-init a new cublas context, destroy the old one. Better error me...
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frédéric Bastien 提交于
Linalg
-
- 24 7月, 2014 9 次提交
-
-
由 Frédéric Bastien 提交于
fix crash of profiling atexit when it clashes with pycuda atexit handler
-
由 Tanjay94 提交于
-
由 Tanjay94 提交于
-
由 abergeron 提交于
Crash fix in IncSubtensor.grad
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Add tutorial test about it.
-
由 Frédéric Bastien 提交于
Used traceback module to set name of theano.function to file_name:line_number.
-