1. 04 9月, 2017 3 次提交
  2. 19 6月, 2017 1 次提交
  3. 13 6月, 2017 1 次提交
  4. 17 5月, 2017 1 次提交
  5. 16 5月, 2017 1 次提交
  6. 03 5月, 2017 1 次提交
  7. 02 5月, 2017 1 次提交
  8. 23 2月, 2017 4 次提交
  9. 22 2月, 2017 7 次提交
  10. 20 2月, 2017 2 次提交
  11. 19 2月, 2017 8 次提交
  12. 20 12月, 2016 3 次提交
  13. 14 12月, 2016 1 次提交
  14. 12 12月, 2016 1 次提交
  15. 09 12月, 2016 1 次提交
  16. 22 11月, 2016 2 次提交
  17. 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
  18. 17 10月, 2016 1 次提交
    • 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