1. 17 8月, 2017 1 次提交
  2. 10 8月, 2017 1 次提交
  3. 05 7月, 2017 1 次提交
  4. 04 7月, 2017 1 次提交
    • Y
      Remove buggy BarrierStat · 1ecddd81
      Yu Yang 提交于
      The implementation of BarrierStat is buggy, and it is not necessary
      for Paddle to diagnose which node in cluster is slow.
      1ecddd81
  5. 29 6月, 2017 1 次提交
  6. 28 6月, 2017 2 次提交
  7. 08 6月, 2017 2 次提交
  8. 25 5月, 2017 1 次提交
  9. 03 5月, 2017 1 次提交
  10. 02 5月, 2017 1 次提交
  11. 23 3月, 2017 1 次提交
  12. 14 3月, 2017 1 次提交
  13. 03 3月, 2017 1 次提交
  14. 24 1月, 2017 1 次提交
  15. 22 1月, 2017 1 次提交
  16. 11 1月, 2017 1 次提交
  17. 06 1月, 2017 1 次提交
  18. 05 1月, 2017 1 次提交
  19. 04 1月, 2017 2 次提交
  20. 03 1月, 2017 3 次提交
  21. 23 12月, 2016 2 次提交
  22. 22 12月, 2016 2 次提交
  23. 14 12月, 2016 1 次提交
  24. 13 12月, 2016 2 次提交
  25. 12 12月, 2016 1 次提交
  26. 09 12月, 2016 1 次提交
  27. 06 12月, 2016 1 次提交
  28. 22 11月, 2016 2 次提交
  29. 20 11月, 2016 1 次提交
    • Y
      Fix several cpp issues · 20600e70
      Yu Yang 提交于
      * Different Type compare.
      * ostream << should pass a const object.
      * remove always true checks.
      20600e70
  30. 28 10月, 2016 1 次提交
    • B
      Support empty Param Block in ParameterSever (#244) · fa24cbdb
      backyes 提交于
      * Because in cluster maybe use a lot machine to train a model, and some parameter size could be too small for ParameterServer. Then some of pservers could not have any ParamBlock.
      * Also, because ports_num or ports_num_for_sparse is too large, then give a warning in runtime.
      fa24cbdb
  31. 14 10月, 2016 1 次提交
    • Y
      Merge internal changes (#198) · c2d418db
      Yu Yang 提交于
      * fix DataProvider create function args bug
      
      Change-Id: I9e3a1c535c805bf30204a14aea8d5143ff534784
      
      * remove PserverForPython.h which is not used
      
      Change-Id: I2b27f1f3c11a42766a92fc689f0f5f1f73ee1d70
      
      * add internal document script
      
      Change-Id: Ia0fec79456caea0b271f9903cc13e8a3d32e0774
      c2d418db