1. 14 5月, 2020 1 次提交
  2. 26 4月, 2020 1 次提交
    • C
      Simplify Program printing code to improve debugging efficiency (#23918) · 25a233e4
      Chen Weihang 提交于
      * add to_readable_code method, test=develop
      
      * polish doc details, test=develop
      
      * polish doc note, test=develop
      
      * fix unittest error, test=develop
      
      * fix coverage, test=develop
      
      * add print test, test=develop
      
      * add print param, test=develop
      
      * hidden to_readable_code api, test=develop
      
      * remove original tool methods, test=develop
      
      * remove old api using code, test=develop
      25a233e4
  3. 18 3月, 2020 1 次提交
  4. 28 2月, 2020 1 次提交
  5. 25 2月, 2020 1 次提交
    • H
      PaddleBox Framework Part2 (#22466) · 175954d8
      hutuxian 提交于
      * Add two types of Metric Calculator: MultiTaskCalculator & CmatchRankCalculator.
      * Add a config for DynamicAdjustChannelNum function to denote whether we will discard the remaining instances when they are not be distributed evenly.
      * Remove CPU code in Pull/PushSparse and we will add it back when testing it fully.
      * Fix some known issues: such as copying persistable vars after one epoch running.
      175954d8
  6. 23 2月, 2020 1 次提交
  7. 22 2月, 2020 1 次提交
  8. 15 2月, 2020 1 次提交
  9. 17 1月, 2020 1 次提交
  10. 13 1月, 2020 1 次提交
  11. 07 1月, 2020 2 次提交
  12. 06 1月, 2020 1 次提交
  13. 12 12月, 2019 1 次提交
    • T
      memory leak for cpu (#21174) · 9ad940fd
      tangwei12 提交于
      * add fake init for the trainer, fix large memory hold in the trainer
      * do not merge recv vars from a remote endpoint, test=develop
      * add recv and save op, merge slice var in one op, save memory
      * remove hsigmoid with pull sparse, test=develop
      9ad940fd
  14. 06 12月, 2019 1 次提交
  15. 28 11月, 2019 1 次提交
  16. 01 11月, 2019 1 次提交
  17. 17 10月, 2019 1 次提交
  18. 15 10月, 2019 2 次提交
  19. 11 10月, 2019 1 次提交
  20. 09 10月, 2019 1 次提交
  21. 07 10月, 2019 2 次提交
  22. 30 9月, 2019 2 次提交
  23. 26 9月, 2019 1 次提交
  24. 16 9月, 2019 1 次提交
  25. 06 9月, 2019 1 次提交
  26. 28 8月, 2019 2 次提交
  27. 26 8月, 2019 1 次提交
  28. 16 8月, 2019 1 次提交
  29. 12 8月, 2019 1 次提交
  30. 10 8月, 2019 1 次提交
  31. 29 7月, 2019 1 次提交
  32. 23 7月, 2019 1 次提交
    • Y
      supports distributed classification (#18690) · 157211c4
      Yi Liu 提交于
      * supports distributed classification training
      * update API.spec
      * fix evenly division in python3
      * change "index_range" to "index_num" in shard_index operator
      test=document_preview
      test=develop
      157211c4
  33. 22 7月, 2019 1 次提交
  34. 11 7月, 2019 1 次提交
  35. 02 7月, 2019 1 次提交
    • Y
      supports collective training with programs (#18392) · a873fa84
      Yi Liu 提交于
      1. Since allreduce op has 4 reduce types, We split these four reduce types into four ops
      2. We also refined the collective op code, e.g. we separated the collective op kernel into CPUKernel and CUDAKernel, and remove the device specified DeviceContext parameter in template as we already knew the target DeviceContext
      3. We remove the newly added Collective op role to reduce the complexity of program and graph analysis
      a873fa84