1. 04 11月, 2016 7 次提交
  2. 03 11月, 2016 3 次提交
  3. 02 11月, 2016 4 次提交
  4. 31 10月, 2016 3 次提交
  5. 28 10月, 2016 5 次提交
  6. 27 10月, 2016 1 次提交
    • E
      Python trainer api (#193) · cbe734b3
      emailweixu 提交于
      * Python trainer API and demo
      
      * Adding missing PaddleAPIPrivate.h
      
      * Adding api_train.sh
      
      * More comments
      
      * Bump up patch version to 0b3
      cbe734b3
  7. 26 10月, 2016 3 次提交
  8. 25 10月, 2016 2 次提交
  9. 24 10月, 2016 5 次提交
  10. 21 10月, 2016 1 次提交
  11. 19 10月, 2016 2 次提交
  12. 18 10月, 2016 3 次提交
  13. 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