1. 20 6月, 2017 2 次提交
    • X
      Evaluator for recurrent group · 02cc7d90
      xuwei06 提交于
      Make the evaluators inside a recurrent goup true evaluator, meaning that their evaluation results are incorporated into the whole evaluator result.
      02cc7d90
    • 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
  2. 16 6月, 2017 1 次提交
  3. 02 5月, 2017 1 次提交
  4. 22 4月, 2017 1 次提交
  5. 18 4月, 2017 1 次提交
  6. 14 3月, 2017 1 次提交
  7. 08 3月, 2017 1 次提交
  8. 07 3月, 2017 2 次提交
  9. 23 2月, 2017 2 次提交
  10. 22 2月, 2017 1 次提交
  11. 20 2月, 2017 2 次提交
  12. 19 2月, 2017 2 次提交
  13. 17 2月, 2017 3 次提交
  14. 16 2月, 2017 1 次提交
  15. 03 2月, 2017 1 次提交
  16. 24 1月, 2017 1 次提交
  17. 21 12月, 2016 2 次提交
  18. 20 12月, 2016 1 次提交
  19. 14 12月, 2016 1 次提交
  20. 12 12月, 2016 1 次提交
  21. 09 12月, 2016 1 次提交
  22. 22 11月, 2016 2 次提交
  23. 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
  24. 04 11月, 2016 1 次提交
  25. 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
  26. 14 10月, 2016 1 次提交
    • L
      hierarchical rnn document, add new config example (#106) · cebdb667
      luotao1 提交于
      * hierarchical rnn document, add new config example
      
      * update inputs_type of label
      
      * add check for unsupported config
      
      * refine hierarchical document
      
      * refine doc title
      
      * update docs, fix paddle to PaddlePaddle
      
      * follow comments
      cebdb667
  27. 29 9月, 2016 1 次提交
  28. 27 9月, 2016 1 次提交
  29. 17 9月, 2016 2 次提交
  30. 14 9月, 2016 1 次提交