1. 16 11月, 2017 2 次提交
  2. 15 11月, 2017 1 次提交
  3. 10 11月, 2017 2 次提交
  4. 09 11月, 2017 4 次提交
  5. 08 11月, 2017 2 次提交
  6. 06 11月, 2017 1 次提交
  7. 25 10月, 2017 2 次提交
    • Y
    • Q
      CPU Batch Norm Op (#4964) · ee998a9c
      Qiao Longfei 提交于
      * init batch norm op
      
      * prepare input output
      
      * compute mean_out var_out save_mean save_var on CPU
      
      * active is test
      
      * use eigen to do computation
      
      * complete batch norm forward
      
      * set default momentum to 0.9
      
      * add batch norm grad op in CPU
      
      * add tensor_format and NHWC support, add python test
      
      * add test training
      
      * add batch norm gradient test
      
      * improve comment, fix foward Python UnitTest
      
      * add gradient test
      
      * fix eigen warning
      
      * follow name style
      
      * fix a bug
      
      * change float to T
      
      * add simple forward test
      
      * test with different place
      
      * add backward test
      
      * refine python test
      
      * remove old python test code
      
      * code clean
      
      * follow code style
      
      * update comment
      ee998a9c
  8. 24 10月, 2017 3 次提交
  9. 13 10月, 2017 1 次提交
  10. 12 10月, 2017 1 次提交
  11. 11 10月, 2017 2 次提交
  12. 05 10月, 2017 2 次提交
    • Y
      Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` · 84500f94
      Yu Yang 提交于
      By shell command
      
      ```bash
      sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      ```
      84500f94
    • Y
      Add -D PADDLE_WITH_CUDA in cmake/configure.cmake · 5f51d0af
      Yi Wang 提交于
      5f51d0af
  13. 29 9月, 2017 4 次提交
  14. 26 9月, 2017 1 次提交
  15. 22 9月, 2017 1 次提交
  16. 21 9月, 2017 2 次提交
  17. 18 9月, 2017 1 次提交
  18. 14 9月, 2017 1 次提交
  19. 13 9月, 2017 1 次提交
  20. 12 9月, 2017 1 次提交
  21. 04 9月, 2017 3 次提交
  22. 31 8月, 2017 2 次提交