1. 27 7月, 2017 1 次提交
    • Y
      Fix bug in SequenceSoftmax · f4e57b4b
      Yu Yang 提交于
      Also remove operator bool in Error. The Error should be removed
      later because it is not necessary for Paddle. We are now using Enforce
      to handle error.
      f4e57b4b
  2. 15 7月, 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. 28 6月, 2017 3 次提交
  6. 26 6月, 2017 1 次提交
    • Y
      Adding platform/must_check.h · d76d2feb
      Yu Yang 提交于
      __must_check is a macro mark of function return value. It let developer
      must check the return value is legal or not.
      d76d2feb
  7. 20 6月, 2017 1 次提交
    • X
      Fix bugs for rnn generation · 3438d650
      xuwei06 提交于
      1. v2.layer.parse_network does not correctly handle the generation output.
      2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
      3. Fix CustomStackTrace for rnn group
      3438d650
  8. 27 5月, 2017 1 次提交
  9. 26 5月, 2017 1 次提交
  10. 12 5月, 2017 2 次提交
  11. 08 5月, 2017 2 次提交
  12. 04 5月, 2017 2 次提交
  13. 03 5月, 2017 1 次提交
  14. 02 5月, 2017 3 次提交
  15. 20 4月, 2017 1 次提交
  16. 14 4月, 2017 1 次提交
  17. 10 4月, 2017 1 次提交
  18. 06 4月, 2017 1 次提交
  19. 27 3月, 2017 1 次提交
  20. 23 3月, 2017 4 次提交
  21. 21 3月, 2017 3 次提交
  22. 14 3月, 2017 1 次提交
  23. 13 3月, 2017 1 次提交
  24. 23 2月, 2017 1 次提交
  25. 19 2月, 2017 1 次提交
  26. 08 2月, 2017 1 次提交
  27. 27 1月, 2017 1 次提交
  28. 19 1月, 2017 1 次提交
    • X
      Compile glog with WITH_GFLAGS=ON · 7ff8c8ee
      xuwei06 提交于
      Also initialize glog after gflags in Util.cpp initMain()
      
      Change-Id: I09ff062b462aa76d9f7b5f97e883b92939e6dcb2
      7ff8c8ee