1. 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
  2. 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
  3. 29 9月, 2016 1 次提交
  4. 29 8月, 2016 1 次提交