1. 26 6月, 2019 1 次提交
  2. 25 6月, 2019 4 次提交
  3. 21 6月, 2019 1 次提交
  4. 20 6月, 2019 2 次提交
  5. 19 6月, 2019 3 次提交
    • 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
  6. 18 6月, 2019 2 次提交
  7. 17 6月, 2019 1 次提交
  8. 15 6月, 2019 1 次提交
  9. 14 6月, 2019 1 次提交
  10. 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
    • T
      cherry pick from combine noavx and avx package (#17889) (#18036) · 7e31d5a2
      tensor-tang 提交于
      test=release/1.5
      
      * support avx and noavx core
      * add catch and give some log
      * fix build
      * add missing package
      * fix pybind name
      * fix import error
      * conbime noavx core
      * add requirements
      * fix unkown message
      * fix api spec
      * refine and clean
      * update
      * follow comments
      * refine scripts
      7e31d5a2
  11. 12 6月, 2019 1 次提交
  12. 10 6月, 2019 2 次提交
  13. 07 6月, 2019 1 次提交
    • 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
  14. 06 6月, 2019 2 次提交
    • J
      Add optimizer save and load (#16986) · 022dfed4
      Jiabin Yang 提交于
      * save optimizer related vars in dygraph
      
      * test=develop, add optimizer save and load
      
      * test=develop, add optimizer save and load
      
      * test=develop, merge code and add multi-optimizer save and load
      
      * test=develop, fix test_imperative_checkpoint
      
      * test=develop, fix include error
      
      * test=develop, fix include error
      
      * test=develop, renew api spec
      
      * test=develop, refine code
      
      * test=develop, set default value for checkpoint
      
      * test=develop, fix ci error
      
      * test=develop, change API.spec and make api more readable
      
      * test=develop, refine version and time stamp
      
      * test=develop, add example code and refine code
      
      * test=develop, refine doc
      
      * test=develop, change version
      022dfed4
    • W
      use pyreader to read data in dygraph mode (#17314) · 841553e1
      wopeizl 提交于
      * use pyreader to read data
      
      * add return_list to PyReader to support return value represented as list
      841553e1
  15. 05 6月, 2019 1 次提交
  16. 04 6月, 2019 3 次提交
  17. 03 6月, 2019 1 次提交
  18. 31 5月, 2019 3 次提交
  19. 30 5月, 2019 5 次提交
  20. 29 5月, 2019 3 次提交
    • Z
      Refine python api code example note: (#17369) · a9a531fa
      Zhaolong Xing 提交于
      * fix:
      1. infernce multi card occupy
      2. facebox model inference occupy too much
      test=develop
      
      * refine python api comments: shuffle, while, scale, sampled_softmax_with_cross_entropy, scatter,
      round, sin, sqrt, shape, split, soft_relu, slice, selu, ifelse, switch.
      test=develodp
      
      * fix conflict error.
      test=develop
      a9a531fa
    • T
      fix doc in transpiler, test=develop (#17313) · 0d3c48e0
      tangwei12 提交于
      * fix doc in transpiler, test=develop
      0d3c48e0
    • H
      Add new gard clip [old gradient clip not support in dy graph] (#17523) · 9f85f218
      Hongyu Liu 提交于
      * add gradient clip in minimize; test=develop
      
      * fix bug; test=develop
      
      * fix format; test=develop
      
      * move new grad clip to dygraph/grad_clip.py; test=develop
      
      * fix lr decay and grad clip test; test=develop
      
      * seperate dygraph grad clip; test=develop
      
      * fix grad clip test; develop
      
      * fix api spec bug; test=develop
      
      * add blank line, test=develop,test=document_preview
      
      to fix format problem
      9f85f218