1. 23 5月, 2019 5 次提交
  2. 22 5月, 2019 6 次提交
    • K
      Enable square operator for the nGraph Bridge. (#17551) · 43d15b9d
      Krzysztof Binias 提交于
      test=develop
      43d15b9d
    • J
      test=develop, fix con2d with no bias (#17516) · ff5fdc0b
      Jiabin Yang 提交于
      * test=develop, fix con2d with no bias
      
      * test=develop, fix conv_2d with no bias will have null shape
      ff5fdc0b
    • S
      [NGraph] add increment op to ngraph engine (#16929) · f86f49e7
      Sevin F. Varoglu 提交于
      * add increment op to ngraph engine
      
      test=develop
      
      * fix style errors
      
      test=develop
      f86f49e7
    • Y
      Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308) · cf5d271c
      Yiqun Liu 提交于
      * Fix examples of fluid.layers.sums.
      test=document_preview
      
      * Correct the example of DynamicRNN and its functions.
      test=develop
      
      * Add 'import paddle.fluid as fluid' to examples.
      test=develop
      
      * Update API.spec.
      test=develop
      
      * Add space lines.
      test=develop
      
      * Update the API.spec.
      test=develop
      cf5d271c
    • 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
    • Z
      Adding AddQuantDequantPass for TensorRT int8 (#17529) · 3398f996
      Zhen Wang 提交于
      * add quant_dequant_pass, test=develop
      
      * Add quant_dequant before some ops, such as the elementwise_add op. This is required by TensorRT. test=develop
      3398f996
  3. 21 5月, 2019 8 次提交
  4. 20 5月, 2019 6 次提交
  5. 19 5月, 2019 1 次提交
  6. 18 5月, 2019 3 次提交
  7. 17 5月, 2019 3 次提交
  8. 16 5月, 2019 4 次提交
  9. 15 5月, 2019 4 次提交
    • K
      fix sqrt_grad_grad unittest. test=develop (#17410) · 58d5c61a
      Kaipeng Deng 提交于
      * fix sqrt_grad_grad unittest. test=develop
      
      * disable sqrt_grad_grad unittest. test=develop
      58d5c61a
    • M
      6ee6700f
    • J
      support config file, cvm, load, save, shrink (#17319) · 34369944
      jiaqi 提交于
      * support config file, cvm, load, save, shrink
      test=develop
      
      * fix error of worker_num & add table.compress_in_save
      test=develop
      
      * fix code style
      test=develop
      
      * fix save model bug
      test=develop
      34369944
    • J
      add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118) · 66d51206
      jiaqi 提交于
      * add save/load model, shrink table, cvm, config file & fix pull dense bug
      test=develop
      
      * fix global shuffle bug, fix pull dense bug, fix release memeory bug, fix shrink error
      add client flush, add get data size
      test=develop
      
      * fix global shuffle bug
      test=develop
      
      * fix global shuffle bug
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style & modify pslib cmake
      test=develop
      
      * fix error of _role_maker
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix code style
      test=develop
      
      * fix windows compile error of fleet
      test=develop
      
      * fix global shuffle bug
      
      * add comment
      test=develop
      
      * update pslib.cmake
      test=develop
      
      * fix fill sparse bug
      test=develop
      
      * fix push sparse bug
      test=develop
      66d51206