1. 22 8月, 2017 1 次提交
  2. 17 8月, 2017 1 次提交
  3. 10 8月, 2017 1 次提交
  4. 05 7月, 2017 1 次提交
  5. 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
  6. 29 6月, 2017 1 次提交
  7. 28 6月, 2017 2 次提交
  8. 08 6月, 2017 2 次提交
  9. 25 5月, 2017 1 次提交
  10. 03 5月, 2017 1 次提交
  11. 02 5月, 2017 1 次提交
  12. 23 3月, 2017 1 次提交
  13. 14 3月, 2017 1 次提交
  14. 03 3月, 2017 1 次提交
  15. 24 1月, 2017 1 次提交
  16. 22 1月, 2017 1 次提交
  17. 11 1月, 2017 1 次提交
  18. 06 1月, 2017 1 次提交
  19. 05 1月, 2017 1 次提交
  20. 04 1月, 2017 2 次提交
  21. 03 1月, 2017 3 次提交
  22. 23 12月, 2016 2 次提交
  23. 22 12月, 2016 2 次提交
  24. 14 12月, 2016 1 次提交
  25. 13 12月, 2016 2 次提交
  26. 12 12月, 2016 1 次提交
  27. 09 12月, 2016 1 次提交
  28. 06 12月, 2016 1 次提交
  29. 22 11月, 2016 2 次提交
  30. 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
  31. 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