1. 30 7月, 2020 1 次提交
  2. 01 7月, 2020 1 次提交
  3. 22 5月, 2020 1 次提交
  4. 14 5月, 2020 1 次提交
  5. 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
  6. 18 3月, 2020 1 次提交
  7. 28 2月, 2020 1 次提交
  8. 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
  9. 23 2月, 2020 1 次提交
  10. 22 2月, 2020 1 次提交
  11. 15 2月, 2020 1 次提交
  12. 17 1月, 2020 1 次提交
  13. 13 1月, 2020 1 次提交
  14. 07 1月, 2020 2 次提交
  15. 06 1月, 2020 1 次提交
  16. 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
  17. 06 12月, 2019 1 次提交
  18. 28 11月, 2019 1 次提交
  19. 01 11月, 2019 1 次提交
  20. 17 10月, 2019 1 次提交
  21. 15 10月, 2019 2 次提交
  22. 11 10月, 2019 1 次提交
  23. 09 10月, 2019 1 次提交
  24. 07 10月, 2019 2 次提交
  25. 30 9月, 2019 2 次提交
  26. 26 9月, 2019 1 次提交
  27. 16 9月, 2019 1 次提交
  28. 06 9月, 2019 1 次提交
  29. 28 8月, 2019 2 次提交
  30. 26 8月, 2019 1 次提交
  31. 16 8月, 2019 1 次提交
  32. 12 8月, 2019 1 次提交
  33. 10 8月, 2019 1 次提交
  34. 29 7月, 2019 1 次提交
  35. 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