1. 28 6月, 2019 5 次提交
  2. 27 6月, 2019 1 次提交
  3. 26 6月, 2019 2 次提交
  4. 25 6月, 2019 6 次提交
  5. 24 6月, 2019 3 次提交
  6. 22 6月, 2019 1 次提交
  7. 21 6月, 2019 1 次提交
  8. 20 6月, 2019 2 次提交
  9. 19 6月, 2019 7 次提交
    • Change INT8v2 unit test name, add log in the prediction stage, add slim doc (#18210) · 91fc03d2
      翟飞跃 提交于
      * add mkldnn Int8v2 slim doc (#17909)
      
      * Change int8v2 CAPI unit test name and add log in the prediction stage (#18200)
      
      * fix issue 18111;test=develop
      
      * fix timer;test=develop
      
      * refine code;test=develop
      
      * test=release/1.5
      91fc03d2
    • C
      [Cherry-pick]Add multi process reader (#18116) · d7efcf95
      chengduo 提交于
      * add multi process reader
      test=release/1.5
      d7efcf95
    • T
      Release/1.5 cherry pick (#18139) · 598addf1
      tangwei12 提交于
      * fix save/load in fleet (#17675)
      
      * fix save/load in Fleet
      * add UT framework of Fleet (#18058)
      
      * add paddle cloud role maker for customized usage, note this is only for industrial users that have cloud environment pre-configuration (#18121)
      
      add paddle cloud role maker for specific cloud usage. This pr will simplifies user's configuration in distributed training.
      
      * assign role_maker before use (#18137)
      598addf1
    • F
      Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895)... · 3305045c
      FlyingQianMM 提交于
      Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895) and retinanet_detection_output_op(#17896) for supporting retinanet (#18141)
      
      * test=release/1.5
      Fix conflicts in test_layers.py when adding target assign operator for supporting retinanet. Cherry pick #17893
      
      * test=release/1.5
      Add sigmoid focal loss operator for supporting retinanet. Cherry pick #17895
      
      * test=release/1.5
      Add detection output operator for supporting retinanet. Cherry pick #17896
      
      * test=release/1.5
      fix wrong code style in test_layers.py when cherry pick retinanet_target_assign #17893
      
      * test=release/1.5
      Fix type error of std::pow in sigmoid_focal_loss. Cherry pick #17895
      3305045c
    • C
      [Cherry-pick] Update execution_strategy option default value (#18184) · 6e3c9dd7
      chengduo 提交于
      * update execution_strategy option default value
      test=release/1.5
      
      * fix doc error
      test=release/1.5
      6e3c9dd7
    • C
      [Cherry Pick] Not init nccl when rank is 1 (#18170) · 041bc72c
      chengduo 提交于
      * remove nccl dep when the number of GPU is 1
      test=develop
      
      * use multi card run syncBN
      test=release/1.5
      041bc72c
    • H
      add trainer_desc proto DEPS (#18019) (#18130) · 39002b08
      hutuxian 提交于
      Add trainer_desc proto DEPS to solve CI random fail.
      39002b08
  10. 18 6月, 2019 4 次提交
  11. 17 6月, 2019 1 次提交
  12. 15 6月, 2019 3 次提交
  13. 14 6月, 2019 2 次提交
  14. 13 6月, 2019 2 次提交
    • W
      Fix gather and scatter op has same index bug cherry-pick from #17952 · 072347ff
      wawltor 提交于
      test=release/1.5
      cherry-pick from #17952
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      072347ff
    • W
      Cherry-pick of #17814 and #18030 (#18067) · 80a3fd2e
      Wojciech Uss 提交于
      Added unit test for QAT FP32 & INT8 comparison (#17814)
      Disable MKLDNN FC in Resnet50 test (#18030)
      
      test=release/1.5
      80a3fd2e