1. 13 8月, 2014 8 次提交
  2. 12 8月, 2014 4 次提交
  3. 08 8月, 2014 1 次提交
  4. 07 8月, 2014 3 次提交
  5. 06 8月, 2014 5 次提交
  6. 05 8月, 2014 13 次提交
  7. 04 8月, 2014 4 次提交
  8. 03 8月, 2014 1 次提交
  9. 02 8月, 2014 1 次提交
    • 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