• Arjun Jain's avatar
    Including support for 'full' convolutions. It uses the existing pad… · 497a2d9f
    Arjun Jain 提交于
    Including support for 'full' convolutions. It uses the existing pad functionality of the c/cuda code. If mode == valid, I make pad = filter_size -1. This is passed to the C code, and everything else gets taken care of automatically.
    
    The theano-nose for test_full does not pass, however, the test function test_gemm()  passes. @nouiz: do you know why?
    497a2d9f
test_conv_cuda_ndarray.py 38.3 KB