1. 29 9月, 2018 2 次提交
  2. 28 9月, 2018 1 次提交
  3. 27 9月, 2018 1 次提交
  4. 26 9月, 2018 1 次提交
  5. 25 9月, 2018 1 次提交
  6. 24 9月, 2018 1 次提交
  7. 17 9月, 2018 1 次提交
  8. 15 9月, 2018 1 次提交
  9. 11 9月, 2018 2 次提交
  10. 10 9月, 2018 1 次提交
  11. 08 9月, 2018 1 次提交
    • W
      Benchmark tool for imgnet (#12305) · f90c7865
      Wu Yi 提交于
      * support test using executor without reader
      
      * run imgnet
      
      * update fluid benchmark
      
      * wip
      
      * update
      
      * update all models
      
      * support pyreader
      
      * update
      
      * clean up
      
      * make profile batches contollable
      
      * update API.spec
      
      * update scripts
      
      * clean dockerfile
      
      * update
      
      * clean comments
      
      * add scope argument docstring
      
      * use num_trainers to determine nccl init comms
      f90c7865
  12. 05 9月, 2018 1 次提交
  13. 04 9月, 2018 3 次提交
  14. 03 9月, 2018 3 次提交
  15. 02 9月, 2018 1 次提交
  16. 31 8月, 2018 4 次提交
  17. 30 8月, 2018 3 次提交
  18. 29 8月, 2018 1 次提交
  19. 27 8月, 2018 3 次提交
  20. 25 8月, 2018 1 次提交
  21. 23 8月, 2018 2 次提交
  22. 22 8月, 2018 4 次提交
  23. 21 8月, 2018 1 次提交
    • M
      Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias (#12669) · cd32ddac
      Michał Gallus 提交于
      * Fuse Convolution and Eltwise Add into Conv+Bias
      
      * Reduce bias branching at conv_mkldnn_op
      
      * Add MKLDNN build checks for Conv Bias
      
      * Conv-bias: check if bias input exist befor assignment
      
      * Conv-bias: Remove Bias dim check from infershape
      
      It was causing conv3d test to crash upon\ncalling HasInput(Bias)
      cd32ddac