1. 24 5月, 2019 2 次提交
  2. 23 5月, 2019 1 次提交
  3. 22 5月, 2019 2 次提交
    • L
      fix bug that saved optimal model path in test_analyzer_save_model con… (#17555) · daf88968
      lijianshe02 提交于
      
      * modify saved model path in analyzer_save_model.cc test=develop
      daf88968
    • G
      Enable the convolution/relu6(bounded_relu) fusion for FP32 on Intel platform. (#17130) · 2281ebf0
      guomingz 提交于
      * Relu6 is the bottleneck op for Mobilenet-v2. As the mkldnn supports the conv/relu6 fusion, we implement it fusion via cpass way. Due to the int8 enabling for this fusion will be supported in MKLDNN v0.20, so this PR is focused on the fp32 optimization.
      
      Below table shows the benchmark(FPS) which measured on skx-8180(28 cores)
      Batch size | with fusion | without fusion
      -- | -- | --
      1 | 214.7 | 53.4
      50 | 1219.727 | 137.280
      
      test=develop
      
      * Fix the format issue
      
      test=develop
      
      * Add the missing nolint comments.
      
      test=develop
      
      * Fix the typos.
      
      test=develop
      
      * Register the conv_brelu_mkldnn_fuse_pass for the MKLDNN engine.
      
      test=develop
      
      * Adjust the indentation.
      
      test=develop
      
      * Add the test_conv_brelu_mkldnn_fuse_pass case.
      
      test=develop
      
      * Slightly update the code per Baidu comments.
      Let the parameter definition embedded into the code.
      That's will make the code easy to understand.
      
      test=develop
      2281ebf0
  4. 21 5月, 2019 3 次提交
  5. 20 5月, 2019 2 次提交
  6. 16 5月, 2019 1 次提交
  7. 15 5月, 2019 1 次提交
  8. 09 5月, 2019 1 次提交
    • Z
      fix: (#17279) · 7a3bb061
      Zhaolong Xing 提交于
      1. infernce multi card occupy
      2. facebox model inference occupy too much
      test=develop
      7a3bb061
  9. 08 5月, 2019 1 次提交
  10. 07 5月, 2019 2 次提交
    • Cherry-pick benchmark related changes from release/1.4 (#17156) · a72dbe9a
      石晓伟 提交于
      * cherry-pick commit from 88770542
      
      * cherry-pick commit from 3f0b97df
      
      * cherry-pick from 16691:Anakin subgraph support yolo_v3 and faster-rcnn
      
      (cherry picked from commit 8643dbc2)
      
      * Cherry-Pick from 16662 : Anakin subgraph cpu support
      
      (cherry picked from commit 7ad182e1)
      
      * Cherry-pick from 1662, 16797.. : add anakin int8 support
      
      (cherry picked from commit e14ab180)
      
      * Cherry-pick from 16813 : change singleton to graph RegistBlock
      test=release/1.4
      
      (cherry picked from commit 4b9fa423)
      
      * Cherry Pick : 16837 Support ShuffleNet and MobileNet-v2
      
      Support ShuffleNet and MobileNet-v2, test=release/1.4
      
      (cherry picked from commit a6fb066f)
      
      * Cherry-pick : anakin subgraph add opt config layout argument #16846
      test=release/1.4
      
      (cherry picked from commit 8121b3ec)
      
      * 1. add shuffle_channel_detect
      
      (cherry picked from commit 6efdea89)
      
      * update shuffle_channel op convert, test=release/1.4
      
      (cherry picked from commit e4726a06)
      
      * Modify symbol export rules
      
      test=develop
      a72dbe9a
    • L
      call SetNumThreads everytime to avoid missing omp thread setting (#17224) · 54636a19
      Leo Zhao 提交于
      * call SetNumThreads everytime to avoid missing omp thread setting
      
      resolve #17153
      test=develop
      
      * add paddle_num_threads into config for test_analyzer_pyramid_dnn
      
      resolve #17153
      test=develop
      54636a19
  11. 05 5月, 2019 1 次提交
  12. 30 4月, 2019 1 次提交
    • T
      fix bn fuse vardesc and add model saver (#17143) · 79ed1c76
      tensor-tang 提交于
      * fix bn fuse vardesc and add model saver
      
      test=develop
      
      * unify save model in test helper
      
      test=develop
      
      * fix mkdir on windows
      
      test=develop
      
      * remove magic number use bn bias var desc
      
      test=develop
      79ed1c76
  13. 23 4月, 2019 2 次提交
  14. 22 4月, 2019 1 次提交
    • W
      add parallel build script to ci … (#16901) · d9991dcc
      wopeizl 提交于
      * add parallel build script to ci test=develop
      * 1. classify the test case as single card/two cards/multiple cards type
         2. run test case according to the run type
      d9991dcc
  15. 19 4月, 2019 1 次提交
  16. 18 4月, 2019 2 次提交
  17. 17 4月, 2019 1 次提交
  18. 15 4月, 2019 3 次提交
  19. 12 4月, 2019 2 次提交
  20. 11 4月, 2019 1 次提交
  21. 09 4月, 2019 1 次提交
  22. 04 4月, 2019 2 次提交
  23. 03 4月, 2019 3 次提交
  24. 02 4月, 2019 3 次提交