1. 19 6月, 2019 6 次提交
    • 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
    • C
      Merge PR 18160 and PR 18177 into release 1.5 branch (#18195) · 38a591d6
      czhu15 提交于
      * [Cherry-pick] change dirname mobilenet to mobilenetv1 (#18160)
      
      test=release/1.5
      
      * [Cherry-pick] update mkldnn int8v2 doc (#18177)
      
      test=release/1.5
      38a591d6
    • T
      cherry pick #18063 and #18151 (#18168) · 288bdc7c
      tensor-tang 提交于
      * cherry pick refine core warning message (#18063)
      
      * cherry pick core replace x86cpu with py cpuinfo (#18151)
      
      test=release/1.5
      288bdc7c
    • 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
    • K
      [cherry-pick] Fix logging to release/1.5 (#18026) · 7c7afef7
      Kaipeng Deng 提交于
      * fix logging unable. test=develop
      
      * unset sys.stdout for stream handler. test=develop
      
      * fix newly add basicConfig. test=develop
      
      * fix import error. test=release/1.5
      7c7afef7
    • 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
  2. 18 6月, 2019 5 次提交
  3. 17 6月, 2019 2 次提交
  4. 15 6月, 2019 3 次提交
  5. 14 6月, 2019 2 次提交
  6. 13 6月, 2019 5 次提交
  7. 12 6月, 2019 2 次提交
  8. 11 6月, 2019 2 次提交
  9. 10 6月, 2019 10 次提交
  10. 08 6月, 2019 1 次提交
  11. 07 6月, 2019 2 次提交
    • W
      Add Ligth-NAS for PaddleSlim (#17679) · 5df65e50
      whs 提交于
      * Add auto pruning strategy.
      1. Fix compressor.
      2. Enhence graph executor.
      3. Add SAController
      4. Add auto pruning strategy.
      5. Add unitest for auto pruning strategy.
      test=develop
      
      * Init light-nas
      
      * Add light nas.
      
      * Some fix.
      test=develop
      
      * Fix sa controller.
      test=develop
      
      * Fix unitest of light nas.
      test=develop
      
      * Fix setup.py.in and API.spec.
      test=develop
      
      * Fix unitest.
      1. Fix unitest on windows.
      2. Fix package importing in tests directory.
      
      * 1. Remove unused comments.
      2. Expose eval_epoch option.
      3. Remove unused function in search_agent.
      4. Expose max_client_num to yaml file.
      5. Move flops constraint to on_epoch_begin function
      test=develop
      
      * Fix light nas strategy.
      test=develop
      
      * Make controller server stable.
      test=develop
      
      * 1. Add try exception to compressor.
      2. Remove unitest of light-nas for windows.
      test=develop
      
      * Add comments
      Enhence controller
      test=develop
      
      * Fix comments.
      test=develop
      5df65e50
    • J
      test=develop, refine api (#17883) · fba10b6b
      Jiabin Yang 提交于
      * test=develop, refine api
      
      * test=develop, fix bug when error occured on save_persistable with no optimizer
      
      * test=develop, refine waring
      
      * test=develop, refine example code and comments
      fba10b6b