1. 08 1月, 2017 1 次提交
  2. 05 1月, 2017 3 次提交
  3. 30 12月, 2016 1 次提交
  4. 28 12月, 2016 1 次提交
  5. 27 12月, 2016 1 次提交
  6. 23 12月, 2016 3 次提交
  7. 22 12月, 2016 2 次提交
  8. 21 12月, 2016 1 次提交
    • X
      Adding namespace in timing macros · 84ad724f
      xuwei06 提交于
      Sometime those macros are used under different namespaces. We need to use namespace ::paddle
      to make it compile correctly.
      
      Change-Id: I57a6d6ec8cd0d680b584aab62d72a35c226a24a4
      84ad724f
  9. 17 12月, 2016 1 次提交
  10. 14 12月, 2016 1 次提交
  11. 12 12月, 2016 3 次提交
  12. 09 12月, 2016 6 次提交
  13. 08 12月, 2016 2 次提交
  14. 22 11月, 2016 2 次提交
  15. 21 11月, 2016 1 次提交
  16. 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
  17. 17 11月, 2016 1 次提交
  18. 13 11月, 2016 1 次提交
  19. 12 11月, 2016 1 次提交
  20. 11 11月, 2016 1 次提交
  21. 04 11月, 2016 1 次提交
  22. 18 10月, 2016 1 次提交
  23. 17 10月, 2016 2 次提交
    • E
      Fix sparse training for trainer_count=1 (#204) · 28bc05b1
      emailweixu 提交于
      * Fix sparse training for trainer_count=1
      
      For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater.
      
      * Minor update to comment
      28bc05b1
    • Y
      Fix bug in yield dictionary in DataProvider. (#197) · 2f82d72e
      Yu Yang 提交于
      * Fix bug in yield dictionary in DataProvider.
      * Also make virtualenv work in Paddle.
      2f82d72e
  24. 10 10月, 2016 1 次提交
  25. 08 10月, 2016 1 次提交